#FABBE4

Color #FABBE4 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FABBE4

Tints of Classic Rose #FABBE4

Color information

#FABBE4 (or 0xFABBE4) is unknown color: approx Classic Rose. HEX triplet: FA, BB and E4. RGB value is (250,187,228). Sum of RGB (Red+Green+Blue) = 250+187+228=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBE4 is #05441B. Grayscale: #D2D2D2. Windows color (decimal): -345116 or 14990330. OLE color: 14990330.

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

Color convert

RGB250187228-
CMYK00.250.090.02
HSL320.95º86.3%85.69%-
HSV(B)320.95º25.2%98.04%-
XYZ71.261.4781.51-
YUV210.51137.87156.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 187 (73.44% from 255) = 28.12%
BLUE value IS 228 (89.45% from 255) = 34.29%
R=37.59%
G=28.12%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018722800.250.090.02320.9586.385.69
HexFABBE4019921415656
Octal372273344031112501126126
Binary11111010101110111110010001100110011010100000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBE4; }

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

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

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

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

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

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

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

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