#F7A8E0

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

Shades of Lavender Rose #F7A8E0

Tints of Lavender Rose #F7A8E0

Color information

#F7A8E0 (or 0xF7A8E0) is unknown color: approx Lavender Rose. HEX triplet: F7, A8 and E0. RGB value is (247,168,224). Sum of RGB (Red+Green+Blue) = 247+168+224=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8E0 is #08571F. Grayscale: #C5C5C5. Windows color (decimal): -546592 or 14723319. OLE color: 14723319.

HSL color Cylindrical-coordinate representation of color #F7A8E0: hue angle of 317.47º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A8E0 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247168224-
CMYK00.320.090.03
HSL317.47º83.16%81.37%-
HSV(B)317.47º31.98%96.86%-
XYZ65.8153.1677.31-
YUV198142.67162.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.65%
GREEN value IS 168 (66.02% from 255) = 26.29%
BLUE value IS 224 (87.89% from 255) = 35.05%
R=38.65%
G=26.29%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716822400.320.090.03317.4783.1681.37
HexF7A8E00209313d5351
Octal367250340040113475123121
Binary111101111010100011100000010000010011110011110110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A8E0; }

 p { color: rgb(247,168,224); }

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

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

 a { background-color: rgb(247,168,224); }

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

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

 span { border-color: rgb(247,168,224); }

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