#FABAE2

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

Shades of Cotton Candy #FABAE2

Tints of Cotton Candy #FABAE2

Color information

#FABAE2 (or 0xFABAE2) is unknown color: approx Cotton Candy. HEX triplet: FA, BA and E2. RGB value is (250,186,226). Sum of RGB (Red+Green+Blue) = 250+186+226=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAE2 is #05451D. Grayscale: #D1D1D1. Windows color (decimal): -345374 or 14859002. OLE color: 14859002.

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

Color convert

RGB250186226-
CMYK00.260.100.02
HSL322.5º86.49%85.49%-
HSV(B)322.5º25.6%98.04%-
XYZ70.7160.9379.99-
YUV209.7137.2156.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 226 (88.67% from 255) = 34.14%
R=37.76%
G=28.10%
B=34.14%

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
Decimal25018622600.260.100.02322.586.4985.49
HexFABAE201AA21425655
Octal372272342032122502126125
Binary11111010101110101110001001101010101010100001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAE2; }

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

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

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

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

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

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

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

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