#FAB4F5

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

Shades of Lavender Rose #FAB4F5

Tints of Lavender Rose #FAB4F5

Color information

#FAB4F5 (or 0xFAB4F5) is unknown color: approx Lavender Rose. HEX triplet: FA, B4 and F5. RGB value is (250,180,245). Sum of RGB (Red+Green+Blue) = 250+180+245=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 180 (70.70% from 255 or 26.67% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4F5 is #054B0A. Grayscale: #D0D0D0. Windows color (decimal): -346891 or 16102650. OLE color: 16102650.

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

Color convert

RGB250180245-
CMYK00.280.020.02
HSL304.29º87.5%84.31%-
HSV(B)304.29º28%98.04%-
XYZ72.2359.5694.08-
YUV208.34148.69157.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 180 (70.70% from 255) = 26.67%
BLUE value IS 245 (96.09% from 255) = 36.30%
R=37.04%
G=26.67%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018024500.280.020.02304.2987.584.31
HexFAB4F501C221305854
Octal37226436503422460130124
Binary111110101011010011110101011100101010011000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4F5; }

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

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

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

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

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

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

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

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