#FDB6DC

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

Shades of Cotton Candy #FDB6DC

Tints of Cotton Candy #FDB6DC

Color information

#FDB6DC (or 0xFDB6DC) is unknown color: approx Cotton Candy. HEX triplet: FD, B6 and DC. RGB value is (253,182,220). Sum of RGB (Red+Green+Blue) = 253+182+220=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 182 (71.48% from 255 or 27.79% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6DC is #024923. Grayscale: #CFCFCF. Windows color (decimal): -149796 or 14464765. OLE color: 14464765.

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

Color convert

RGB253182220-
CMYK00.280.130.01
HSL327.89º94.67%85.29%-
HSV(B)327.89º28.06%99.22%-
XYZ70.1559.5175.5-
YUV207.56135.02160.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 182 (71.48% from 255) = 27.79%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=38.63%
G=27.79%
B=33.59%

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
Decimal25318222000.280.130.01327.8994.6785.29
HexFDB6DC01CD11485f55
Octal375266334034151510137125
Binary1111110110110110110111000111001101110100100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB6DC; }

 p { color: rgb(253,182,220); }

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

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

 a { background-color: rgb(253,182,220); }

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

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

 span { border-color: rgb(253,182,220); }

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