#FCB5D3

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

Shades of Cotton Candy #FCB5D3

Tints of Cotton Candy #FCB5D3

Color information

#FCB5D3 (or 0xFCB5D3) is unknown color: approx Cotton Candy. HEX triplet: FC, B5 and D3. RGB value is (252,181,211). Sum of RGB (Red+Green+Blue) = 252+181+211=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5D3 is #034A2C. Grayscale: #CDCDCD. Windows color (decimal): -215597 or 13874684. OLE color: 13874684.

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

Color convert

RGB252181211-
CMYK00.280.160.01
HSL334.65º92.21%84.9%-
HSV(B)334.65º28.17%98.82%-
XYZ68.4358.4569.3-
YUV205.65131.02161.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 181 (71.09% from 255) = 28.11%
BLUE value IS 211 (82.81% from 255) = 32.76%
R=39.13%
G=28.11%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218121100.280.160.01334.6592.2184.9
HexFCB5D301C10114f5c55
Octal374265323034201517134125
Binary11111100101101011101001101110010000110100111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5D3; }

 p { color: rgb(252,181,211); }

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

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

 a { background-color: rgb(252,181,211); }

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

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

 span { border-color: rgb(252,181,211); }

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