#FAA7EB

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

Shades of Lavender Rose #FAA7EB

Tints of Lavender Rose #FAA7EB

Color information

#FAA7EB (or 0xFAA7EB) is unknown color: approx Lavender Rose. HEX triplet: FA, A7 and EB. RGB value is (250,167,235). Sum of RGB (Red+Green+Blue) = 250+167+235=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 167 (65.62% from 255 or 25.61% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA7EB is #055814. Grayscale: #C7C7C7. Windows color (decimal): -350229 or 15443962. OLE color: 15443962.

HSL color Cylindrical-coordinate representation of color #FAA7EB: hue angle of 310.84º 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 #FAA7EB is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250167235-
CMYK00.330.060.02
HSL310.84º89.25%81.76%-
HSV(B)310.84º33.2%98.04%-
XYZ68.2453.9685.42-
YUV199.57148163.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.34%
GREEN value IS 167 (65.62% from 255) = 25.61%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=38.34%
G=25.61%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016723500.330.060.02310.8489.2581.76
HexFAA7EB021621375952
Octal37224735304162467131122
Binary11111010101001111110101101000011101010011011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA7EB; }

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

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

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

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

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

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

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

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