#F898EA

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

Shades of Lavender Rose #F898EA

Tints of Lavender Rose #F898EA

Color information

#F898EA (or 0xF898EA) is unknown color: approx Lavender Rose. HEX triplet: F8, 98 and EA. RGB value is (248,152,234). Sum of RGB (Red+Green+Blue) = 248+152+234=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 152 (59.77% from 255 or 23.97% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F898EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F898EA is #076715. Grayscale: #BDBDBD. Windows color (decimal): -485142 or 15374584. OLE color: 15374584.

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

Color convert

RGB248152234-
CMYK00.390.060.03
HSL308.75º87.27%78.43%-
HSV(B)308.75º38.71%97.25%-
XYZ64.7948.3583.76-
YUV190.05152.8169.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.12%
GREEN value IS 152 (59.77% from 255) = 23.97%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=39.12%
G=23.97%
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.03
SystemRedGreenBlueCMYKHSL
Decimal24815223400.390.060.03308.7587.2778.43
HexF898EA02763135574e
Octal37023035204763465127116
Binary11111000100110001110101001001111101110011010110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F898EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F898EA; }

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

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

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

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

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

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

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

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