#F997DC

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

Shades of Lavender Rose #F997DC

Tints of Lavender Rose #F997DC

Color information

#F997DC (or 0xF997DC) is unknown color: approx Lavender Rose. HEX triplet: F9, 97 and DC. RGB value is (249,151,220). Sum of RGB (Red+Green+Blue) = 249+151+220=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F997DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997DC is #066823. Grayscale: #BBBBBB. Windows color (decimal): -419876 or 14456825. OLE color: 14456825.

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

Color convert

RGB249151220-
CMYK00.390.120.02
HSL317.76º89.09%78.43%-
HSV(B)317.76º39.36%97.65%-
XYZ63.0547.4473.54-
YUV188.17145.97171.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.16%
GREEN value IS 151 (59.38% from 255) = 24.35%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=40.16%
G=24.35%
B=35.48%

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
Decimal24915122000.390.120.02317.7689.0978.43
HexF997DC027C213e594e
Octal371227334047142476131116
Binary111110011001011111011100010011111001010011111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997DC; }

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

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

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

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

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

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

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

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