#F899F0

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

Shades of Lavender Rose #F899F0

Tints of Lavender Rose #F899F0

Color information

#F899F0 (or 0xF899F0) is unknown color: approx Lavender Rose. HEX triplet: F8, 99 and F0. RGB value is (248,153,240). Sum of RGB (Red+Green+Blue) = 248+153+240=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 153 (60.16% from 255 or 23.87% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F899F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F899F0 is #07660F. Grayscale: #BFBFBF. Windows color (decimal): -484880 or 15768056. OLE color: 15768056.

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

Color convert

RGB248153240-
CMYK00.380.030.03
HSL305.05º87.16%78.63%-
HSV(B)305.05º38.31%97.25%-
XYZ65.8349.0388.43-
YUV191.32155.47168.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 153 (60.16% from 255) = 23.87%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=38.69%
G=23.87%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815324000.380.030.03305.0587.1678.63
HexF899F002633131574f
Octal37023136004633461127117
Binary1111100010011001111100000100110111110011000110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F899F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F899F0; }

 p { color: rgb(248,153,240); }

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

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

 a { background-color: rgb(248,153,240); }

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

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

 span { border-color: rgb(248,153,240); }

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