#F79AE0

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

Shades of Lavender Rose #F79AE0

Tints of Lavender Rose #F79AE0

Color information

#F79AE0 (or 0xF79AE0) is unknown color: approx Lavender Rose. HEX triplet: F7, 9A and E0. RGB value is (247,154,224). Sum of RGB (Red+Green+Blue) = 247+154+224=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 154 (60.55% from 255 or 24.64% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F79AE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79AE0 is #08651F. Grayscale: #BDBDBD. Windows color (decimal): -550176 or 14719735. OLE color: 14719735.

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

Color convert

RGB247154224-
CMYK00.380.090.03
HSL314.84º85.32%78.63%-
HSV(B)314.84º37.65%96.86%-
XYZ63.3748.2776.5-
YUV189.79147.31168.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.52%
GREEN value IS 154 (60.55% from 255) = 24.64%
BLUE value IS 224 (87.89% from 255) = 35.84%
R=39.52%
G=24.64%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715422400.380.090.03314.8485.3278.63
HexF79AE00269313b554f
Octal367232340046113473125117
Binary111101111001101011100000010011010011110011101110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79AE0; }

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

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

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

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

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

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

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

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