#F899D8

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

Shades of Lavender Rose #F899D8

Tints of Lavender Rose #F899D8

Color information

#F899D8 (or 0xF899D8) is unknown color: approx Lavender Rose. HEX triplet: F8, 99 and D8. RGB value is (248,153,216). Sum of RGB (Red+Green+Blue) = 248+153+216=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F899D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899D8 is #076627. Grayscale: #BCBCBC. Windows color (decimal): -484904 or 14195192. OLE color: 14195192.

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

Color convert

RGB248153216-
CMYK00.380.130.03
HSL320.21º87.16%78.63%-
HSV(B)320.21º38.31%97.25%-
XYZ62.547.770.88-
YUV188.59143.47170.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.19%
GREEN value IS 153 (60.16% from 255) = 24.80%
BLUE value IS 216 (84.77% from 255) = 35.01%
R=40.19%
G=24.80%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815321600.380.130.03320.2187.1678.63
HexF899D8026D3140574f
Octal370231330046153500127117
Binary111110001001100111011000010011011011110100000010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F899D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F899D8; }

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

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

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

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

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

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

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

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