#FBBACE

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

Shades of Cotton Candy #FBBACE

Tints of Cotton Candy #FBBACE

Color information

#FBBACE (or 0xFBBACE) is unknown color: approx Cotton Candy. HEX triplet: FB, BA and CE. RGB value is (251,186,206). Sum of RGB (Red+Green+Blue) = 251+186+206=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBACE is #044531. Grayscale: #CFCFCF. Windows color (decimal): -279858 or 13548283. OLE color: 13548283.

HSL color Cylindrical-coordinate representation of color #FBBACE: hue angle of 341.54º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBACE is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251186206-
CMYK00.260.180.02
HSL341.54º89.04%85.69%-
HSV(B)341.54º25.9%98.43%-
XYZ68.4860.0866.38-
YUV207.72127.03158.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.04%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=39.04%
G=28.93%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118620600.260.180.02341.5489.0485.69
HexFBBACE01A1221565956
Octal373272316032222526131126
Binary111110111011101011001110011010100101010101011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBACE; }

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

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

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

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

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

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

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

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