#FCB9DB

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

Shades of Cotton Candy #FCB9DB

Tints of Cotton Candy #FCB9DB

Color information

#FCB9DB (or 0xFCB9DB) is unknown color: approx Cotton Candy. HEX triplet: FC, B9 and DB. RGB value is (252,185,219). Sum of RGB (Red+Green+Blue) = 252+185+219=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9DB is #034624. Grayscale: #D0D0D0. Windows color (decimal): -214565 or 14399996. OLE color: 14399996.

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

Color convert

RGB252185219-
CMYK00.270.130.01
HSL329.55º91.78%85.69%-
HSV(B)329.55º26.59%98.82%-
XYZ70.2860.5174.99-
YUV208.91133.7158.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 185 (72.66% from 255) = 28.20%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=38.41%
G=28.20%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218521900.270.130.01329.5591.7885.69
HexFCB9DB01BD114a5c56
Octal374271333033151512134126
Binary1111110010111001110110110110111101110100101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9DB; }

 p { color: rgb(252,185,219); }

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

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

 a { background-color: rgb(252,185,219); }

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

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

 span { border-color: rgb(252,185,219); }

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