#F997EB

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

Shades of Lavender Rose #F997EB

Tints of Lavender Rose #F997EB

Color information

#F997EB (or 0xF997EB) is unknown color: approx Lavender Rose. HEX triplet: F9, 97 and EB. RGB value is (249,151,235). Sum of RGB (Red+Green+Blue) = 249+151+235=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 151 (59.38% from 255 or 23.78% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F997EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997EB is #066814. Grayscale: #BDBDBD. Windows color (decimal): -419861 or 15439865. OLE color: 15439865.

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

Color convert

RGB249151235-
CMYK00.390.060.02
HSL308.57º89.09%78.43%-
HSV(B)308.57º39.36%97.65%-
XYZ65.1348.2784.48-
YUV189.88153.47170.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 151 (59.38% from 255) = 23.78%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=39.21%
G=23.78%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915123500.390.060.02308.5789.0978.43
HexF997EB02762135594e
Octal37122735304762465131116
Binary11111001100101111110101101001111101010011010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997EB; }

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

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

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

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

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

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

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

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