#FDB5D9

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

Shades of Cotton Candy #FDB5D9

Tints of Cotton Candy #FDB5D9

Color information

#FDB5D9 (or 0xFDB5D9) is unknown color: approx Cotton Candy. HEX triplet: FD, B5 and D9. RGB value is (253,181,217). Sum of RGB (Red+Green+Blue) = 253+181+217=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5D9 is #024A26. Grayscale: #CECECE. Windows color (decimal): -150055 or 14267901. OLE color: 14267901.

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

Color convert

RGB253181217-
CMYK00.280.140.01
HSL330º94.74%85.1%-
HSV(B)330º28.46%99.22%-
XYZ69.5658.9473.36-
YUV206.63133.85161.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 181 (71.09% from 255) = 27.80%
BLUE value IS 217 (85.16% from 255) = 33.33%
R=38.86%
G=27.80%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318121700.280.140.0133094.7485.1
HexFDB5D901CE114a5f55
Octal375265331034161512137125
Binary1111110110110101110110010111001110110100101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5D9; }

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

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

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

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

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

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

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

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