#F997EE

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

Shades of Lavender Rose #F997EE

Tints of Lavender Rose #F997EE

Color information

#F997EE (or 0xF997EE) is unknown color: approx Lavender Rose. HEX triplet: F9, 97 and EE. RGB value is (249,151,238). Sum of RGB (Red+Green+Blue) = 249+151+238=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 151 (59.38% from 255 or 23.67% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F997EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997EE is #066811. Grayscale: #BDBDBD. Windows color (decimal): -419858 or 15636473. OLE color: 15636473.

HSL color Cylindrical-coordinate representation of color #F997EE: hue angle of 306.73º 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 #F997EE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249151238-
CMYK00.390.040.02
HSL306.73º89.09%78.43%-
HSV(B)306.73º39.36%97.65%-
XYZ65.5748.4586.78-
YUV190.22154.97169.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.03%
GREEN value IS 151 (59.38% from 255) = 23.67%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=39.03%
G=23.67%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915123800.390.040.02306.7389.0978.43
HexF997EE02742133594e
Octal37122735604742463131116
Binary11111001100101111110111001001111001010011001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997EE; }

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

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

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

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

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

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

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

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