#FAB2E9

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

Shades of Lavender Rose #FAB2E9

Tints of Lavender Rose #FAB2E9

Color information

#FAB2E9 (or 0xFAB2E9) is unknown color: approx Lavender Rose. HEX triplet: FA, B2 and E9. RGB value is (250,178,233). Sum of RGB (Red+Green+Blue) = 250+178+233=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 178 (69.92% from 255 or 26.93% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAB2E9 is #054D16. Grayscale: #CDCDCD. Windows color (decimal): -347415 or 15315706. OLE color: 15315706.

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

Color convert

RGB250178233-
CMYK00.290.070.02
HSL314.17º87.8%83.92%-
HSV(B)314.17º28.8%98.04%-
XYZ70.0558.0584.6-
YUV205.8143.35159.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 178 (69.92% from 255) = 26.93%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=37.82%
G=26.93%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017823300.290.070.02314.1787.883.92
HexFAB2E901D7213a5854
Octal37226235103572472130124
Binary1111101010110010111010010111011111010011101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2E9; }

 p { color: rgb(250,178,233); }

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

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

 a { background-color: rgb(250,178,233); }

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

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

 span { border-color: rgb(250,178,233); }

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