Color Hex Logo

#fdcbfe Color Hex

#FDCBFE
(253,203,254)
0 Favorites   0 Comments

Color spaces of #fdcbfe

RGB 253203254
HSL0.830.960.90
HSV299°20°100°
CMYK 0.000.200.00   0.00
XYZ79.753370.7503103.2186
Yxy70.75030.31430.2788
Hunter Lab84.113222.0496-13.8778
CIE-Lab87.363626.0670-18.2569

#fdcbfe color RGB value is (253,203,254).

#fdcbfe hex color red value is 253, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fdcbfe hue: 0.83 , saturation: 0.96 and the lightness value of fdcbfe is 0.90.

The process color (four color CMYK) of #fdcbfe color hex is 0.00, 0.20, 0.00, 0.00. Web safe color of #fdcbfe is #ffccff. Color #fdcbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11111110
Octal 375 313 376
Decimal 253 203 254
Hex FD CB FE

RGB Percentages of Color #fdcbfe

%35.63
%28.59
%35.77

CMYK Percentages of Color #fdcbfe

%0
%20
%0
%0

Triadic Colors of #fdcbfe

#fdcbfe #fefdcb #cbfefd

Analogous Colors of #fdcbfe

#fdcbfe #fecbe6 #e4cbfe

Monochromatic Colors of #fdcbfe

#fdcbfe

Complementary Color

#fdcbfe #ccfecb

#fdcbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbfe Color CSS Codes

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

#fdcbfe Text Font Color

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

This sample text font color is #fdcbfe
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.


#fdcbfe Background Color

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

This div background color is #fdcbfe


#fdcbfe Border Color

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

This div border color is #fdcbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.