#FDB5D8

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

Shades of Cotton Candy #FDB5D8

Tints of Cotton Candy #FDB5D8

Color information

#FDB5D8 (or 0xFDB5D8) is unknown color: approx Cotton Candy. HEX triplet: FD, B5 and D8. RGB value is (253,181,216). Sum of RGB (Red+Green+Blue) = 253+181+216=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5D8 is #024A27. Grayscale: #CECECE. Windows color (decimal): -150056 or 14202365. OLE color: 14202365.

HSL color Cylindrical-coordinate representation of color #FDB5D8: hue angle of 330.83º 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 #FDB5D8 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB253181216-
CMYK00.280.150.01
HSL330.83º94.74%85.1%-
HSV(B)330.83º28.46%99.22%-
XYZ69.4358.8972.67-
YUV206.52133.35161.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 181 (71.09% from 255) = 27.85%
BLUE value IS 216 (84.77% from 255) = 33.23%
R=38.92%
G=27.85%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318121600.280.150.01330.8394.7485.1
HexFDB5D801CF114b5f55
Octal375265330034171513137125
Binary1111110110110101110110000111001111110100101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5D8; }

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

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

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

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

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

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

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

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