#FABAE0

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

Shades of Cotton Candy #FABAE0

Tints of Cotton Candy #FABAE0

Color information

#FABAE0 (or 0xFABAE0) is unknown color: approx Cotton Candy. HEX triplet: FA, BA and E0. RGB value is (250,186,224). Sum of RGB (Red+Green+Blue) = 250+186+224=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAE0 is #05451F. Grayscale: #D1D1D1. Windows color (decimal): -345376 or 14727930. OLE color: 14727930.

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

Color convert

RGB250186224-
CMYK00.260.100.02
HSL324.38º86.49%85.49%-
HSV(B)324.38º25.6%98.04%-
XYZ70.4460.8278.55-
YUV209.47136.2156.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 186 (73.05% from 255) = 28.18%
BLUE value IS 224 (87.89% from 255) = 33.94%
R=37.88%
G=28.18%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018622400.260.100.02324.3886.4985.49
HexFABAE001AA21445655
Octal372272340032122504126125
Binary11111010101110101110000001101010101010100010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAE0; }

 p { color: rgb(250,186,224); }

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

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

 a { background-color: rgb(250,186,224); }

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

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

 span { border-color: rgb(250,186,224); }

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