#FABEF5

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

Shades of Lavender Rose #FABEF5

Tints of Lavender Rose #FABEF5

Color information

#FABEF5 (or 0xFABEF5) is unknown color: approx Lavender Rose. HEX triplet: FA, BE and F5. RGB value is (250,190,245). Sum of RGB (Red+Green+Blue) = 250+190+245=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 190 (74.61% from 255 or 27.74% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEF5 is #05410A. Grayscale: #D6D6D6. Windows color (decimal): -344331 or 16105210. OLE color: 16105210.

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

Color convert

RGB250190245-
CMYK00.240.020.02
HSL305º85.71%86.27%-
HSV(B)305º24%98.04%-
XYZ74.3263.7494.77-
YUV214.21145.38153.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 190 (74.61% from 255) = 27.74%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=36.50%
G=27.74%
B=35.77%

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
Decimal25019024500.240.020.0230585.7186.27
HexFABEF5018221315656
Octal37227636503022461126126
Binary111110101011111011110101011000101010011000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEF5; }

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

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

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

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

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

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

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

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