#FABFF0

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

Shades of Lavender Rose #FABFF0

Tints of Lavender Rose #FABFF0

Color information

#FABFF0 (or 0xFABFF0) is unknown color: approx Lavender Rose. HEX triplet: FA, BF and F0. RGB value is (250,191,240). Sum of RGB (Red+Green+Blue) = 250+191+240=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFF0 is #05400F. Grayscale: #D6D6D6. Windows color (decimal): -344080 or 15777786. OLE color: 15777786.

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

Color convert

RGB250191240-
CMYK00.240.040.02
HSL310.17º85.51%86.47%-
HSV(B)310.17º23.6%98.04%-
XYZ73.7863.8890.88-
YUV214.23142.55153.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 191 (75% from 255) = 28.05%
BLUE value IS 240 (94.14% from 255) = 35.24%
R=36.71%
G=28.05%
B=35.24%

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
Decimal25019124000.240.040.02310.1785.5186.47
HexFABFF0018421365656
Octal37227736003042466126126
Binary1111101010111111111100000110001001010011011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABFF0; }

 p { color: rgb(250,191,240); }

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

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

 a { background-color: rgb(250,191,240); }

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

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

 span { border-color: rgb(250,191,240); }

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