#F998DC

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

Shades of Lavender Rose #F998DC

Tints of Lavender Rose #F998DC

Color information

#F998DC (or 0xF998DC) is unknown color: approx Lavender Rose. HEX triplet: F9, 98 and DC. RGB value is (249,152,220). Sum of RGB (Red+Green+Blue) = 249+152+220=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F998DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998DC is #066723. Grayscale: #BCBCBC. Windows color (decimal): -419620 or 14457081. OLE color: 14457081.

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

Color convert

RGB249152220-
CMYK00.390.120.02
HSL317.94º88.99%78.63%-
HSV(B)317.94º38.96%97.65%-
XYZ63.2147.7673.6-
YUV188.76145.64170.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.10%
GREEN value IS 152 (59.77% from 255) = 24.48%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=40.10%
G=24.48%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915222000.390.120.02317.9488.9978.63
HexF998DC027C213e594f
Octal371230334047142476131117
Binary111110011001100011011100010011111001010011111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F998DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F998DC; }

 p { color: rgb(249,152,220); }

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

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

 a { background-color: rgb(249,152,220); }

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

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

 span { border-color: rgb(249,152,220); }

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