#FDB5D1

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

Shades of Cotton Candy #FDB5D1

Tints of Cotton Candy #FDB5D1

Color information

#FDB5D1 (or 0xFDB5D1) is unknown color: approx Cotton Candy. HEX triplet: FD, B5 and D1. RGB value is (253,181,209). Sum of RGB (Red+Green+Blue) = 253+181+209=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5D1 is #024A2E. Grayscale: #CDCDCD. Windows color (decimal): -150063 or 13743613. OLE color: 13743613.

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

Color convert

RGB253181209-
CMYK00.280.170.01
HSL336.67º94.74%85.1%-
HSV(B)336.67º28.46%99.22%-
XYZ68.5458.5368.01-
YUV205.72129.85161.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 181 (71.09% from 255) = 28.15%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=39.35%
G=28.15%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318120900.280.170.01336.6794.7485.1
HexFDB5D101C1111515f55
Octal375265321034211521137125
Binary11111101101101011101000101110010001110101000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5D1; }

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

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

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

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

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

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

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

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