#FCBBDF

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

Shades of Cotton Candy #FCBBDF

Tints of Cotton Candy #FCBBDF

Color information

#FCBBDF (or 0xFCBBDF) is unknown color: approx Cotton Candy. HEX triplet: FC, BB and DF. RGB value is (252,187,223). Sum of RGB (Red+Green+Blue) = 252+187+223=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBDF is #034420. Grayscale: #D2D2D2. Windows color (decimal): -214049 or 14662652. OLE color: 14662652.

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

Color convert

RGB252187223-
CMYK00.260.120.01
HSL326.77º91.55%86.08%-
HSV(B)326.77º25.79%98.82%-
XYZ71.2361.5677.94-
YUV210.54135.03157.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 187 (73.44% from 255) = 28.25%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=38.07%
G=28.25%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218722300.260.120.01326.7791.5586.08
HexFCBBDF01AC11475c56
Octal374273337032141507134126
Binary1111110010111011110111110110101100110100011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBDF; }

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

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

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

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

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

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

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

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