#FCBACE

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

Shades of Cotton Candy #FCBACE

Tints of Cotton Candy #FCBACE

Color information

#FCBACE (or 0xFCBACE) is unknown color: approx Cotton Candy. HEX triplet: FC, BA and CE. RGB value is (252,186,206). Sum of RGB (Red+Green+Blue) = 252+186+206=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBACE is #034531. Grayscale: #CFCFCF. Windows color (decimal): -214322 or 13548284. OLE color: 13548284.

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

Color convert

RGB252186206-
CMYK00.260.180.01
HSL341.82º91.67%85.88%-
HSV(B)341.82º26.19%98.82%-
XYZ68.8460.2766.4-
YUV208.01126.87159.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 186 (73.05% from 255) = 28.88%
BLUE value IS 206 (80.86% from 255) = 31.99%
R=39.13%
G=28.88%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218620600.260.180.01341.8291.6785.88
HexFCBACE01A1211565c56
Octal374272316032221526134126
Binary11111100101110101100111001101010010110101011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBACE; }

 p { color: rgb(252,186,206); }

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

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

 a { background-color: rgb(252,186,206); }

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

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

 span { border-color: rgb(252,186,206); }

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