#FAB7F0

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

Shades of Lavender Rose #FAB7F0

Tints of Lavender Rose #FAB7F0

Color information

#FAB7F0 (or 0xFAB7F0) is unknown color: approx Lavender Rose. HEX triplet: FA, B7 and F0. RGB value is (250,183,240). Sum of RGB (Red+Green+Blue) = 250+183+240=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 183 (71.88% from 255 or 27.19% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7F0 is #05480F. Grayscale: #D1D1D1. Windows color (decimal): -346128 or 15775738. OLE color: 15775738.

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

Color convert

RGB250183240-
CMYK00.270.040.02
HSL308.96º87.01%84.9%-
HSV(B)308.96º26.8%98.04%-
XYZ72.0960.4890.31-
YUV209.53145.2156.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 183 (71.88% from 255) = 27.19%
BLUE value IS 240 (94.14% from 255) = 35.66%
R=37.15%
G=27.19%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018324000.270.040.02308.9687.0184.9
HexFAB7F001B421355755
Octal37226736003342465127125
Binary1111101010110111111100000110111001010011010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7F0; }

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

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

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

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

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

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

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

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