#FABEF4

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

Shades of Lavender Rose #FABEF4

Tints of Lavender Rose #FABEF4

Color information

#FABEF4 (or 0xFABEF4) is unknown color: approx Lavender Rose. HEX triplet: FA, BE and F4. RGB value is (250,190,244). Sum of RGB (Red+Green+Blue) = 250+190+244=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 190 (74.61% from 255 or 27.78% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEF4 is #05410B. Grayscale: #D5D5D5. Windows color (decimal): -344332 or 16039674. OLE color: 16039674.

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

Color convert

RGB250190244-
CMYK00.240.020.02
HSL306º85.71%86.27%-
HSV(B)306º24%98.04%-
XYZ74.1763.6893.97-
YUV214.1144.88153.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 190 (74.61% from 255) = 27.78%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=36.55%
G=27.78%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019024400.240.020.0230685.7186.27
HexFABEF4018221325656
Octal37227636403022462126126
Binary111110101011111011110100011000101010011001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEF4; }

 p { color: rgb(250,190,244); }

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

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

 a { background-color: rgb(250,190,244); }

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

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

 span { border-color: rgb(250,190,244); }

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