#FABEF1

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

Shades of Lavender Rose #FABEF1

Tints of Lavender Rose #FABEF1

Color information

#FABEF1 (or 0xFABEF1) is unknown color: approx Lavender Rose. HEX triplet: FA, BE and F1. RGB value is (250,190,241). Sum of RGB (Red+Green+Blue) = 250+190+241=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 190 (74.61% from 255 or 27.90% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEF1 is #05410E. Grayscale: #D5D5D5. Windows color (decimal): -344335 or 15843066. OLE color: 15843066.

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

Color convert

RGB250190241-
CMYK00.240.040.02
HSL309º85.71%86.27%-
HSV(B)309º24%98.04%-
XYZ73.7163.591.59-
YUV213.75143.38153.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 190 (74.61% from 255) = 27.90%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=36.71%
G=27.90%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019024100.240.040.0230985.7186.27
HexFABEF1018421355656
Octal37227636103042465126126
Binary1111101010111110111100010110001001010011010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEF1; }

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

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

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

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

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

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

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

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