#FDB5DC

Color #FDB5DC Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FDB5DC

Tints of Cotton Candy #FDB5DC

Color information

#FDB5DC (or 0xFDB5DC) is unknown color: approx Cotton Candy. HEX triplet: FD, B5 and DC. RGB value is (253,181,220). Sum of RGB (Red+Green+Blue) = 253+181+220=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5DC is #024A23. Grayscale: #CECECE. Windows color (decimal): -150052 or 14464509. OLE color: 14464509.

HSL color Cylindrical-coordinate representation of color #FDB5DC: hue angle of 327.5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB5DC is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253181220-
CMYK00.280.130.01
HSL327.5º94.74%85.1%-
HSV(B)327.5º28.46%99.22%-
XYZ69.9559.175.43-
YUV206.97135.35160.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 181 (71.09% from 255) = 27.68%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=38.69%
G=27.68%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318122000.280.130.01327.594.7485.1
HexFDB5DC01CD11485f55
Octal375265334034151510137125
Binary1111110110110101110111000111001101110100100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5DC; }

 p { color: rgb(253,181,220); }

 H1.HeaderClassName
 {
   color: #FDB5DC;
 }
 .AnyTagClassName
 {
   color: #FDB5DC;
 }
</style>
background-color css

<style>
 a { background-color: #FDB5DC; }

 a { background-color: rgb(253,181,220); }

 div.DivClassName
 {
   background-color: #FDB5DC;
 }
 .BgClassName
 {
   background-color: #FDB5DC;
 }
</style>
border-color css

<style>
 span { border-color: #FDB5DC; }

 span { border-color: rgb(253,181,220); }

 td.TdClassName
 {
   border-color: #FDB5DC;
 }
 .TagClassName
 {
   border-color: #FDB5DC;
 }
</style>