#FCBBE5

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

Shades of Cotton Candy #FCBBE5

Tints of Cotton Candy #FCBBE5

Color information

#FCBBE5 (or 0xFCBBE5) is unknown color: approx Cotton Candy. HEX triplet: FC, BB and E5. RGB value is (252,187,229). Sum of RGB (Red+Green+Blue) = 252+187+229=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBE5 is #03441A. Grayscale: #D3D3D3. Windows color (decimal): -214043 or 15055868. OLE color: 15055868.

HSL color Cylindrical-coordinate representation of color #FCBBE5: hue angle of 321.23º 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 #FCBBE5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252187229-
CMYK00.260.090.01
HSL321.23º91.55%86.08%-
HSV(B)321.23º25.79%98.82%-
XYZ72.0661.8982.28-
YUV211.22138.03157.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 229 (89.84% from 255) = 34.28%
R=37.72%
G=27.99%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218722900.260.090.01321.2391.5586.08
HexFCBBE501A911415c56
Octal374273345032111501134126
Binary1111110010111011111001010110101001110100000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBE5; }

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

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

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

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

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

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

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

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