#FDB5DB

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

Shades of Cotton Candy #FDB5DB

Tints of Cotton Candy #FDB5DB

Color information

#FDB5DB (or 0xFDB5DB) is unknown color: approx Cotton Candy. HEX triplet: FD, B5 and DB. RGB value is (253,181,219). Sum of RGB (Red+Green+Blue) = 253+181+219=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5DB is #024A24. Grayscale: #CECECE. Windows color (decimal): -150053 or 14398973. OLE color: 14398973.

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

Color convert

RGB253181219-
CMYK00.280.130.01
HSL328.33º94.74%85.1%-
HSV(B)328.33º28.46%99.22%-
XYZ69.8259.0474.73-
YUV206.86134.85160.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 181 (71.09% from 255) = 27.72%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=38.74%
G=27.72%
B=33.54%

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
Decimal25318121900.280.130.01328.3394.7485.1
HexFDB5DB01CD11485f55
Octal375265333034151510137125
Binary1111110110110101110110110111001101110100100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5DB; }

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

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

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

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

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

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

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

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