#FCBBD3

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

Shades of Cotton Candy #FCBBD3

Tints of Cotton Candy #FCBBD3

Color information

#FCBBD3 (or 0xFCBBD3) is unknown color: approx Cotton Candy. HEX triplet: FC, BB and D3. RGB value is (252,187,211). Sum of RGB (Red+Green+Blue) = 252+187+211=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBD3 is #03442C. Grayscale: #D1D1D1. Windows color (decimal): -214061 or 13876220. OLE color: 13876220.

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

Color convert

RGB252187211-
CMYK00.260.160.01
HSL337.85º91.55%86.08%-
HSV(B)337.85º25.79%98.82%-
XYZ69.6760.9469.72-
YUV209.17129.03158.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 211 (82.81% from 255) = 32.46%
R=38.77%
G=28.77%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218721100.260.160.01337.8591.5586.08
HexFCBBD301A1011525c56
Octal374273323032201522134126
Binary11111100101110111101001101101010000110101001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBD3; }

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

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

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

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

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

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

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

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