#FAB4E8

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

Shades of Lavender Rose #FAB4E8

Tints of Lavender Rose #FAB4E8

Color information

#FAB4E8 (or 0xFAB4E8) is unknown color: approx Lavender Rose. HEX triplet: FA, B4 and E8. RGB value is (250,180,232). Sum of RGB (Red+Green+Blue) = 250+180+232=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 180 (70.70% from 255 or 27.19% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB4E8 is #054B17. Grayscale: #CECECE. Windows color (decimal): -346904 or 15250682. OLE color: 15250682.

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

Color convert

RGB250180232-
CMYK00.280.070.02
HSL315.43º87.5%84.31%-
HSV(B)315.43º28%98.04%-
XYZ70.3158.7983.99-
YUV206.86142.19158.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 180 (70.70% from 255) = 27.19%
BLUE value IS 232 (91.02% from 255) = 35.05%
R=37.76%
G=27.19%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018023200.280.070.02315.4387.584.31
HexFAB4E801C7213b5854
Octal37226435003472473130124
Binary1111101010110100111010000111001111010011101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB4E8; }

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

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

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

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

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

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

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

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