Color Hex Logo

#fdccfb Color Hex

#FDCCFB
(253,204,251)
0 Favorites   0 Comments

Color spaces of #fdccfb

RGB 253204251
HSL0.840.920.90
HSV302°19°99°
CMYK 0.000.190.01   0.01
XYZ79.513571.0334100.7868
Yxy71.03340.31640.2826
Hunter Lab84.281320.9099-11.9043
CIE-Lab87.501225.0004-16.4643

#fdccfb color RGB value is (253,204,251).

#fdccfb hex color red value is 253, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fdccfb hue: 0.84 , saturation: 0.92 and the lightness value of fdccfb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001100 11111011
Octal 375 314 373
Decimal 253 204 251
Hex FD CC FB

RGB Percentages of Color #fdccfb

%35.73
%28.81
%35.45

CMYK Percentages of Color #fdccfb

%0
%19
%1
%1

Triadic Colors of #fdccfb

#fdccfb #fbfdcc #ccfbfd

Analogous Colors of #fdccfb

#fdccfb #fdcce3 #e7ccfd

Monochromatic Colors of #fdccfb

#fdccfb

Complementary Color

#fdccfb #ccfdce

#fdccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdccfb Color CSS Codes

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

#fdccfb Text Font Color

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

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


#fdccfb Background Color

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

This div background color is #fdccfb


#fdccfb Border Color

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

This div border color is #fdccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.