#FF98EE

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

Shades of Lavender Rose #FF98EE

Tints of Lavender Rose #FF98EE

Color information

#FF98EE (or 0xFF98EE) is unknown color: approx Lavender Rose. HEX triplet: FF, 98 and EE. RGB value is (255,152,238). Sum of RGB (Red+Green+Blue) = 255+152+238=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 152 (59.77% from 255 or 23.57% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF98EE is #006711. Grayscale: #C0C0C0. Windows color (decimal): -26386 or 15636735. OLE color: 15636735.

HSL color Cylindrical-coordinate representation of color #FF98EE: hue angle of 309.9º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF98EE is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255152238-
CMYK00.400.070
HSL309.9º100%79.8%-
HSV(B)309.9º40.39%100%-
XYZ67.949.8986.94-
YUV192.6153.62172.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 152 (59.77% from 255) = 23.57%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=39.53%
G=23.57%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515223800.400.070309.910079.8
HexFF98EE028701366450
Octal37723035605070466144120
Binary1111111110011000111011100101000111010011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98EE; }

 p { color: rgb(255,152,238); }

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

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

 a { background-color: rgb(255,152,238); }

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

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

 span { border-color: rgb(255,152,238); }

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