#FABEF3

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

Shades of Lavender Rose #FABEF3

Tints of Lavender Rose #FABEF3

Color information

#FABEF3 (or 0xFABEF3) is unknown color: approx Lavender Rose. HEX triplet: FA, BE and F3. RGB value is (250,190,243). Sum of RGB (Red+Green+Blue) = 250+190+243=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 190 (74.61% from 255 or 27.82% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEF3 is #05410C. Grayscale: #D5D5D5. Windows color (decimal): -344333 or 15974138. OLE color: 15974138.

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

Color convert

RGB250190243-
CMYK00.240.030.02
HSL307º85.71%86.27%-
HSV(B)307º24%98.04%-
XYZ74.0263.6293.17-
YUV213.98144.38153.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 190 (74.61% from 255) = 27.82%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=36.60%
G=27.82%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019024300.240.030.0230785.7186.27
HexFABEF3018321335656
Octal37227636303032463126126
Binary111110101011111011110011011000111010011001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEF3; }

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

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

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

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

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

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

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

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