#FDB5D0

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

Shades of Cotton Candy #FDB5D0

Tints of Cotton Candy #FDB5D0

Color information

#FDB5D0 (or 0xFDB5D0) is unknown color: approx Cotton Candy. HEX triplet: FD, B5 and D0. RGB value is (253,181,208). Sum of RGB (Red+Green+Blue) = 253+181+208=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5D0 is #024A2F. Grayscale: #CDCDCD. Windows color (decimal): -150064 or 13678077. OLE color: 13678077.

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

Color convert

RGB253181208-
CMYK00.280.180.01
HSL337.5º94.74%85.1%-
HSV(B)337.5º28.46%99.22%-
XYZ68.4258.4867.36-
YUV205.61129.35161.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 181 (71.09% from 255) = 28.19%
BLUE value IS 208 (81.64% from 255) = 32.40%
R=39.41%
G=28.19%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318120800.280.180.01337.594.7485.1
HexFDB5D001C1211525f55
Octal375265320034221522137125
Binary11111101101101011101000001110010010110101001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5D0; }

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

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

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

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

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

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

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

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