#FDB9CF

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

Shades of Cotton Candy #FDB9CF

Tints of Cotton Candy #FDB9CF

Color information

#FDB9CF (or 0xFDB9CF) is unknown color: approx Cotton Candy. HEX triplet: FD, B9 and CF. RGB value is (253,185,207). Sum of RGB (Red+Green+Blue) = 253+185+207=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9CF is #024630. Grayscale: #CFCFCF. Windows color (decimal): -149041 or 13613565. OLE color: 13613565.

HSL color Cylindrical-coordinate representation of color #FDB9CF: hue angle of 340.59º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB9CF is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253185207-
CMYK00.270.180.01
HSL340.59º94.44%85.88%-
HSV(B)340.59º26.88%99.22%-
XYZ69.1260.0966.99-
YUV207.84127.53160.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 185 (72.66% from 255) = 28.68%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=39.22%
G=28.68%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318520700.270.180.01340.5994.4485.88
HexFDB9CF01B1211555e56
Octal375271317033221525136126
Binary11111101101110011100111101101110010110101010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9CF; }

 p { color: rgb(253,185,207); }

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

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

 a { background-color: rgb(253,185,207); }

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

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

 span { border-color: rgb(253,185,207); }

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