#FCBBE1

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

Shades of Cotton Candy #FCBBE1

Tints of Cotton Candy #FCBBE1

Color information

#FCBBE1 (or 0xFCBBE1) is unknown color: approx Cotton Candy. HEX triplet: FC, BB and E1. RGB value is (252,187,225). Sum of RGB (Red+Green+Blue) = 252+187+225=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBE1 is #03441E. Grayscale: #D2D2D2. Windows color (decimal): -214047 or 14793724. OLE color: 14793724.

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

Color convert

RGB252187225-
CMYK00.260.110.01
HSL324.92º91.55%86.08%-
HSV(B)324.92º25.79%98.82%-
XYZ71.5161.6779.37-
YUV210.77136.03157.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 187 (73.44% from 255) = 28.16%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=37.95%
G=28.16%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218722500.260.110.01324.9291.5586.08
HexFCBBE101AB11455c56
Octal374273341032131505134126
Binary1111110010111011111000010110101011110100010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBE1; }

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

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

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

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

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

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

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

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