#FABBE2

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

Shades of Cotton Candy #FABBE2

Tints of Cotton Candy #FABBE2

Color information

#FABBE2 (or 0xFABBE2) is unknown color: approx Cotton Candy. HEX triplet: FA, BB and E2. RGB value is (250,187,226). Sum of RGB (Red+Green+Blue) = 250+187+226=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBE2 is #05441D. Grayscale: #D2D2D2. Windows color (decimal): -345118 or 14859258. OLE color: 14859258.

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

Color convert

RGB250187226-
CMYK00.250.100.02
HSL322.86º86.3%85.69%-
HSV(B)322.86º25.2%98.04%-
XYZ70.9261.3680.06-
YUV210.28136.87156.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 187 (73.44% from 255) = 28.21%
BLUE value IS 226 (88.67% from 255) = 34.09%
R=37.71%
G=28.21%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018722600.250.100.02322.8686.385.69
HexFABBE2019A21435656
Octal372273342031122503126126
Binary11111010101110111110001001100110101010100001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBE2; }

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

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

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

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

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

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

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

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