#FAA7E4

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

Shades of Lavender Rose #FAA7E4

Tints of Lavender Rose #FAA7E4

Color information

#FAA7E4 (or 0xFAA7E4) is unknown color: approx Lavender Rose. HEX triplet: FA, A7 and E4. RGB value is (250,167,228). Sum of RGB (Red+Green+Blue) = 250+167+228=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 167 (65.62% from 255 or 25.89% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7E4 is #05581B. Grayscale: #C6C6C6. Windows color (decimal): -350236 or 14985210. OLE color: 14985210.

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

Color convert

RGB250167228-
CMYK00.330.090.02
HSL315.9º89.25%81.76%-
HSV(B)315.9º33.2%98.04%-
XYZ67.2553.5680.19-
YUV198.77144.5164.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 167 (65.62% from 255) = 25.89%
BLUE value IS 228 (89.45% from 255) = 35.35%
R=38.76%
G=25.89%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016722800.330.090.02315.989.2581.76
HexFAA7E40219213c5952
Octal372247344041112474131122
Binary111110101010011111100100010000110011010011110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA7E4; }

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

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

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

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

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

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

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

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