#FAB7F2

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

Shades of Lavender Rose #FAB7F2

Tints of Lavender Rose #FAB7F2

Color information

#FAB7F2 (or 0xFAB7F2) is unknown color: approx Lavender Rose. HEX triplet: FA, B7 and F2. RGB value is (250,183,242). Sum of RGB (Red+Green+Blue) = 250+183+242=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7F2 is #05480D. Grayscale: #D1D1D1. Windows color (decimal): -346126 or 15906810. OLE color: 15906810.

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

Color convert

RGB250183242-
CMYK00.270.030.02
HSL307.16º87.01%84.9%-
HSV(B)307.16º26.8%98.04%-
XYZ72.3860.691.89-
YUV209.76146.2156.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 183 (71.88% from 255) = 27.11%
BLUE value IS 242 (94.92% from 255) = 35.85%
R=37.04%
G=27.11%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018324200.270.030.02307.1687.0184.9
HexFAB7F201B321335755
Octal37226736203332463127125
Binary111110101011011111110010011011111010011001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7F2; }

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

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

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

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

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

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

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

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