#FAB7E4

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

Shades of Lavender Rose #FAB7E4

Tints of Lavender Rose #FAB7E4

Color information

#FAB7E4 (or 0xFAB7E4) is unknown color: approx Lavender Rose. HEX triplet: FA, B7 and E4. RGB value is (250,183,228). Sum of RGB (Red+Green+Blue) = 250+183+228=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7E4 is #05481B. Grayscale: #D0D0D0. Windows color (decimal): -346140 or 14989306. OLE color: 14989306.

HSL color Cylindrical-coordinate representation of color #FAB7E4: hue angle of 319.7º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7E4 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250183228-
CMYK00.270.090.02
HSL319.7º87.01%84.9%-
HSV(B)319.7º26.8%98.04%-
XYZ70.3659.7981.23-
YUV208.16139.2157.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 183 (71.88% from 255) = 27.69%
BLUE value IS 228 (89.45% from 255) = 34.49%
R=37.82%
G=27.69%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018322800.270.090.02319.787.0184.9
HexFAB7E401B921405755
Octal372267344033112500127125
Binary11111010101101111110010001101110011010100000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7E4; }

 p { color: rgb(250,183,228); }

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

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

 a { background-color: rgb(250,183,228); }

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

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

 span { border-color: rgb(250,183,228); }

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