#F79AE1

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

Shades of Lavender Rose #F79AE1

Tints of Lavender Rose #F79AE1

Color information

#F79AE1 (or 0xF79AE1) is unknown color: approx Lavender Rose. HEX triplet: F7, 9A and E1. RGB value is (247,154,225). Sum of RGB (Red+Green+Blue) = 247+154+225=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F79AE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79AE1 is #08651E. Grayscale: #BDBDBD. Windows color (decimal): -550175 or 14785271. OLE color: 14785271.

HSL color Cylindrical-coordinate representation of color #F79AE1: hue angle of 314.19º 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 #F79AE1 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247154225-
CMYK00.380.090.03
HSL314.19º85.32%78.63%-
HSV(B)314.19º37.65%96.86%-
XYZ63.548.3277.21-
YUV189.9147.81168.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 154 (60.55% from 255) = 24.60%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=39.46%
G=24.60%
B=35.94%

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
Decimal24715422500.380.090.03314.1985.3278.63
HexF79AE10269313a554f
Octal367232341046113472125117
Binary111101111001101011100001010011010011110011101010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79AE1; }

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

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

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

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

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

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

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

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