#FABAE4

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

Shades of Cotton Candy #FABAE4

Tints of Cotton Candy #FABAE4

Color information

#FABAE4 (or 0xFABAE4) is unknown color: approx Cotton Candy. HEX triplet: FA, BA and E4. RGB value is (250,186,228). Sum of RGB (Red+Green+Blue) = 250+186+228=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAE4 is #05451B. Grayscale: #D1D1D1. Windows color (decimal): -345372 or 14990074. OLE color: 14990074.

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

Color convert

RGB250186228-
CMYK00.260.090.02
HSL320.62º86.49%85.49%-
HSV(B)320.62º25.6%98.04%-
XYZ70.9961.0481.44-
YUV209.92138.2156.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 228 (89.45% from 255) = 34.34%
R=37.65%
G=28.01%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018622800.260.090.02320.6286.4985.49
HexFABAE401A921415655
Octal372272344032112501126125
Binary11111010101110101110010001101010011010100000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABAE4; }

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

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

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

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

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

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

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

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