#FAB2E3

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

Shades of Lavender Rose #FAB2E3

Tints of Lavender Rose #FAB2E3

Color information

#FAB2E3 (or 0xFAB2E3) is unknown color: approx Lavender Rose. HEX triplet: FA, B2 and E3. RGB value is (250,178,227). Sum of RGB (Red+Green+Blue) = 250+178+227=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 178 (69.92% from 255 or 27.18% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2E3 is #054D1C. Grayscale: #CCCCCC. Windows color (decimal): -347421 or 14922490. OLE color: 14922490.

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

Color convert

RGB250178227-
CMYK00.290.090.02
HSL319.17º87.8%83.92%-
HSV(B)319.17º28.8%98.04%-
XYZ69.2157.7180.16-
YUV205.11140.35160.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 178 (69.92% from 255) = 27.18%
BLUE value IS 227 (89.06% from 255) = 34.66%
R=38.17%
G=27.18%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017822700.290.090.02319.1787.883.92
HexFAB2E301D9213f5854
Octal372262343035112477130124
Binary11111010101100101110001101110110011010011111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2E3; }

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

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

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

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

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

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

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

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