#FDB6DD

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

Shades of Cotton Candy #FDB6DD

Tints of Cotton Candy #FDB6DD

Color information

#FDB6DD (or 0xFDB6DD) is unknown color: approx Cotton Candy. HEX triplet: FD, B6 and DD. RGB value is (253,182,221). Sum of RGB (Red+Green+Blue) = 253+182+221=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6DD is #024922. Grayscale: #CFCFCF. Windows color (decimal): -149795 or 14530301. OLE color: 14530301.

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

Color convert

RGB253182221-
CMYK00.280.130.01
HSL327.04º94.67%85.29%-
HSV(B)327.04º28.06%99.22%-
XYZ70.2959.5676.2-
YUV207.68135.52160.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 182 (71.48% from 255) = 27.74%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=38.57%
G=27.74%
B=33.69%

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
Decimal25318222100.280.130.01327.0494.6785.29
HexFDB6DD01CD11475f55
Octal375266335034151507137125
Binary1111110110110110110111010111001101110100011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB6DD; }

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

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

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

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

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

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

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

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