#F7AFE9

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

Shades of Lavender Rose #F7AFE9

Tints of Lavender Rose #F7AFE9

Color information

#F7AFE9 (or 0xF7AFE9) is unknown color: approx Lavender Rose. HEX triplet: F7, AF and E9. RGB value is (247,175,233). Sum of RGB (Red+Green+Blue) = 247+175+233=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AFE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7AFE9 is #085016. Grayscale: #CACACA. Windows color (decimal): -544791 or 15314935. OLE color: 15314935.

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

Color convert

RGB247175233-
CMYK00.290.060.03
HSL311.67º81.82%82.75%-
HSV(B)311.67º29.15%96.86%-
XYZ68.456.3284.36-
YUV203.14144.85159.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.71%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=37.71%
G=26.72%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717523300.290.060.03311.6781.8282.75
HexF7AFE901D631385253
Octal36725735103563470122123
Binary1111011110101111111010010111011101110011100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AFE9; }

 p { color: rgb(247,175,233); }

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

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

 a { background-color: rgb(247,175,233); }

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

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

 span { border-color: rgb(247,175,233); }

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