#F899DC

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

Shades of Lavender Rose #F899DC

Tints of Lavender Rose #F899DC

Color information

#F899DC (or 0xF899DC) is unknown color: approx Lavender Rose. HEX triplet: F8, 99 and DC. RGB value is (248,153,220). Sum of RGB (Red+Green+Blue) = 248+153+220=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F899DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899DC is #076623. Grayscale: #BCBCBC. Windows color (decimal): -484900 or 14457336. OLE color: 14457336.

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

Color convert

RGB248153220-
CMYK00.380.110.03
HSL317.68º87.16%78.63%-
HSV(B)317.68º38.31%97.25%-
XYZ63.0247.9173.64-
YUV189.04145.47170.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.94%
GREEN value IS 153 (60.16% from 255) = 24.64%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=39.94%
G=24.64%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815322000.380.110.03317.6887.1678.63
HexF899DC026B313e574f
Octal370231334046133476127117
Binary111110001001100111011100010011010111110011111010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F899DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F899DC; }

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

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

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

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

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

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

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

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