#F8A9EC

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

Shades of Lavender Rose #F8A9EC

Tints of Lavender Rose #F8A9EC

Color information

#F8A9EC (or 0xF8A9EC) is unknown color: approx Lavender Rose. HEX triplet: F8, A9 and EC. RGB value is (248,169,236). Sum of RGB (Red+Green+Blue) = 248+169+236=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9EC is #075613. Grayscale: #C8C8C8. Windows color (decimal): -480788 or 15510008. OLE color: 15510008.

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

Color convert

RGB248169236-
CMYK00.320.050.03
HSL309.11º84.95%81.76%-
HSV(B)309.11º31.85%97.25%-
XYZ68.0454.3986.27-
YUV200.26148.17162.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.98%
GREEN value IS 169 (66.41% from 255) = 25.88%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=37.98%
G=25.88%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816923600.320.050.03309.1184.9581.76
HexF8A9EC020531355552
Octal37025135404053465125122
Binary11111000101010011110110001000001011110011010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9EC; }

 p { color: rgb(248,169,236); }

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

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

 a { background-color: rgb(248,169,236); }

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

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

 span { border-color: rgb(248,169,236); }

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