#F997EA

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

Shades of Lavender Rose #F997EA

Tints of Lavender Rose #F997EA

Color information

#F997EA (or 0xF997EA) is unknown color: approx Lavender Rose. HEX triplet: F9, 97 and EA. RGB value is (249,151,234). Sum of RGB (Red+Green+Blue) = 249+151+234=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 151 (59.38% from 255 or 23.82% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F997EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997EA is #066815. Grayscale: #BDBDBD. Windows color (decimal): -419862 or 15374329. OLE color: 15374329.

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

Color convert

RGB249151234-
CMYK00.390.060.02
HSL309.18º89.09%78.43%-
HSV(B)309.18º39.36%97.65%-
XYZ64.9848.2183.72-
YUV189.76152.97170.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.27%
GREEN value IS 151 (59.38% from 255) = 23.82%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=39.27%
G=23.82%
B=36.91%

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
Decimal24915123400.390.060.02309.1889.0978.43
HexF997EA02762135594e
Octal37122735204762465131116
Binary11111001100101111110101001001111101010011010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F997EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F997EA; }

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

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

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

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

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

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

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

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