#F99AE8

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

Shades of Lavender Rose #F99AE8

Tints of Lavender Rose #F99AE8

Color information

#F99AE8 (or 0xF99AE8) is unknown color: approx Lavender Rose. HEX triplet: F9, 9A and E8. RGB value is (249,154,232). Sum of RGB (Red+Green+Blue) = 249+154+232=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99AE8 is #066517. Grayscale: #BFBFBF. Windows color (decimal): -419096 or 15244025. OLE color: 15244025.

HSL color Cylindrical-coordinate representation of color #F99AE8: hue angle of 310.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AE8 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB249154232-
CMYK00.380.070.02
HSL310.74º88.79%79.02%-
HSV(B)310.74º38.15%97.65%-
XYZ65.1949.0882.38-
YUV191.3150.97169.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 154 (60.55% from 255) = 24.25%
BLUE value IS 232 (91.02% from 255) = 36.54%
R=39.21%
G=24.25%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915423200.380.070.02310.7488.7979.02
HexF99AE802672137594f
Octal37123235004672467131117
Binary11111001100110101110100001001101111010011011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99AE8; }

 p { color: rgb(249,154,232); }

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

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

 a { background-color: rgb(249,154,232); }

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

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

 span { border-color: rgb(249,154,232); }

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