#FAB7F1

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

Shades of Lavender Rose #FAB7F1

Tints of Lavender Rose #FAB7F1

Color information

#FAB7F1 (or 0xFAB7F1) is unknown color: approx Lavender Rose. HEX triplet: FA, B7 and F1. RGB value is (250,183,241). Sum of RGB (Red+Green+Blue) = 250+183+241=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB7F1 is #05480E. Grayscale: #D1D1D1. Windows color (decimal): -346127 or 15841274. OLE color: 15841274.

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

Color convert

RGB250183241-
CMYK00.270.040.02
HSL308.06º87.01%84.9%-
HSV(B)308.06º26.8%98.04%-
XYZ72.2460.5491.1-
YUV209.64145.7156.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 183 (71.88% from 255) = 27.15%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=37.09%
G=27.15%
B=35.76%

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
Decimal25018324100.270.040.02308.0687.0184.9
HexFAB7F101B421345755
Octal37226736103342464127125
Binary1111101010110111111100010110111001010011010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7F1; }

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

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

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

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

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

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

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

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