#FAB4F0

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

Shades of Lavender Rose #FAB4F0

Tints of Lavender Rose #FAB4F0

Color information

#FAB4F0 (or 0xFAB4F0) is unknown color: approx Lavender Rose. HEX triplet: FA, B4 and F0. RGB value is (250,180,240). Sum of RGB (Red+Green+Blue) = 250+180+240=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4F0 is #054B0F. Grayscale: #CFCFCF. Windows color (decimal): -346896 or 15774970. OLE color: 15774970.

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

Color convert

RGB250180240-
CMYK00.280.040.02
HSL308.57º87.5%84.31%-
HSV(B)308.57º28%98.04%-
XYZ71.4759.2690.11-
YUV207.77146.19158.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 180 (70.70% from 255) = 26.87%
BLUE value IS 240 (94.14% from 255) = 35.82%
R=37.31%
G=26.87%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018024000.280.040.02308.5787.584.31
HexFAB4F001C421355854
Octal37226436003442465130124
Binary1111101010110100111100000111001001010011010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4F0; }

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

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

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

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

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

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

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

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