Color Hex Logo

#fdcbf4 Color Hex

#FDCBF4
(253,203,244)
0 Favorites   0 Comments

Color spaces of #fdcbf4

RGB 253203244
HSL0.860.930.89
HSV311°20°99°
CMYK 0.000.200.04   0.01
XYZ78.193170.126295.0024
Yxy70.12620.32140.2882
Hunter Lab83.741420.1260-8.6440
CIE-Lab87.058724.2854-13.4246

#fdcbf4 color RGB value is (253,203,244).

#fdcbf4 hex color red value is 253, green value is 203 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #fdcbf4 hue: 0.86 , saturation: 0.93 and the lightness value of fdcbf4 is 0.89.

The process color (four color CMYK) of #fdcbf4 color hex is 0.00, 0.20, 0.04, 0.01. Web safe color of #fdcbf4 is #ffccff. Color #fdcbf4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11110100
Octal 375 313 364
Decimal 253 203 244
Hex FD CB F4

RGB Percentages of Color #fdcbf4

%36.14
%29.00
%34.86

CMYK Percentages of Color #fdcbf4

%0
%20
%4
%1

Triadic Colors of #fdcbf4

#fdcbf4 #f4fdcb #cbf4fd

Analogous Colors of #fdcbf4

#fdcbf4 #fdcbdb #edcbfd

Monochromatic Colors of #fdcbf4

#fdcbf4

Complementary Color

#fdcbf4 #cbfdd4

#fdcbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbf4 Color CSS Codes

.mybgcolor {background-color:#fdcbf4; } 
.myforecolor {color:#fdcbf4; }
.mybordercolor {border:3px solid #fdcbf4; }

#fdcbf4 Text Font Color

<p style="color:#fdcbf4">Text here</p>

This sample text font color is #fdcbf4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fdcbf4 Background Color

<div style="background-color:#fdcbf4">
Div content here</div>

This div background color is #fdcbf4


#fdcbf4 Border Color

<div style="border:3px solid #fdcbf4">
Div here</div>

This div border color is #fdcbf4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,203,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdcbf4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdcbf4;
  -webkit-box-shadow: 1px 1px 3px 2px #fdcbf4;
  box-shadow:         1px 1px 3px 2px #fdcbf4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,203,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fdcbf4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcbf4;
  -webkit-box-shadow: 1px 1px 3px 2px #fdcbf4;
  box-shadow:         1px 1px 3px 2px #fdcbf4;">
Div content here</div>

This div box has shadow with color #fdcbf4

Related Colors


Comments

No comments written yet.

Please login to write comment.