#F898ED

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

Shades of Lavender Rose #F898ED

Tints of Lavender Rose #F898ED

Color information

#F898ED (or 0xF898ED) is unknown color: approx Lavender Rose. HEX triplet: F8, 98 and ED. RGB value is (248,152,237). Sum of RGB (Red+Green+Blue) = 248+152+237=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 152 (59.77% from 255 or 23.86% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F898ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F898ED is #076712. Grayscale: #BEBEBE. Windows color (decimal): -485139 or 15571192. OLE color: 15571192.

HSL color Cylindrical-coordinate representation of color #F898ED: hue angle of 306.88º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898ED is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248152237-
CMYK00.390.040.03
HSL306.88º87.27%78.43%-
HSV(B)306.88º38.71%97.25%-
XYZ65.2348.5386.05-
YUV190.39154.3169.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 152 (59.77% from 255) = 23.86%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=38.93%
G=23.86%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815223700.390.040.03306.8887.2778.43
HexF898ED02743133574e
Octal37023035504743463127116
Binary11111000100110001110110101001111001110011001110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F898ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F898ED; }

 p { color: rgb(248,152,237); }

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

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

 a { background-color: rgb(248,152,237); }

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

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

 span { border-color: rgb(248,152,237); }

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