#FAB4EF

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

Shades of Lavender Rose #FAB4EF

Tints of Lavender Rose #FAB4EF

Color information

#FAB4EF (or 0xFAB4EF) is unknown color: approx Lavender Rose. HEX triplet: FA, B4 and EF. RGB value is (250,180,239). Sum of RGB (Red+Green+Blue) = 250+180+239=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 180 (70.70% from 255 or 26.91% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4EF is #054B10. Grayscale: #CFCFCF. Windows color (decimal): -346897 or 15709434. OLE color: 15709434.

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

Color convert

RGB250180239-
CMYK00.280.040.02
HSL309.43º87.5%84.31%-
HSV(B)309.43º28%98.04%-
XYZ71.3359.289.33-
YUV207.66145.69158.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 180 (70.70% from 255) = 26.91%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=37.37%
G=26.91%
B=35.72%

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
Decimal25018023900.280.040.02309.4387.584.31
HexFAB4EF01C421355854
Octal37226435703442465130124
Binary1111101010110100111011110111001001010011010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4EF; }

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

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

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

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

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

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

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

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