#FCB8DB

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

Shades of Cotton Candy #FCB8DB

Tints of Cotton Candy #FCB8DB

Color information

#FCB8DB (or 0xFCB8DB) is unknown color: approx Cotton Candy. HEX triplet: FC, B8 and DB. RGB value is (252,184,219). Sum of RGB (Red+Green+Blue) = 252+184+219=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 184 (72.27% from 255 or 28.09% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8DB is #034724. Grayscale: #D0D0D0. Windows color (decimal): -214821 or 14399740. OLE color: 14399740.

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

Color convert

RGB252184219-
CMYK00.270.130.01
HSL329.12º91.89%85.49%-
HSV(B)329.12º26.98%98.82%-
XYZ70.0760.0974.92-
YUV208.32134.03159.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 184 (72.27% from 255) = 28.09%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=38.47%
G=28.09%
B=33.44%

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
Decimal25218421900.270.130.01329.1291.8985.49
HexFCB8DB01BD11495c55
Octal374270333033151511134125
Binary1111110010111000110110110110111101110100100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8DB; }

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

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

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

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

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

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

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

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