#ff98e6

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

Shades of Lavender Rose #FF98E6

Tints of Lavender Rose #FF98E6

Color information

#FF98E6 (or 0xFF98E6) is unknown color: approx Lavender Rose. HEX triplet: FF, 98 and E6. RGB value is (255,152,230). Sum of RGB (Red+Green+Blue) = 255+152+230=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 152 (59.77% from 255 or 23.86% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF98E6 is #006719. Grayscale: #BFBFBF. Windows color (decimal): -26394 or 15112447. OLE color: 15112447.

HSL color Cylindrical-coordinate representation of color #FF98E6: hue angle of 314.56º 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 #FF98E6 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB255152230-
CMYK00.400.100
HSL314.56º100%79.8%-
HSV(B)314.56º40.39%100%-
XYZ66.7549.4380.89-
YUV191.69149.62173.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 152 (59.77% from 255) = 23.86%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=40.03%
G=23.86%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515223000.400.100314.5610079.8
HexFF98E6028A013b6450
Octal377230346050120473144120
Binary11111111100110001110011001010001010010011101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff98e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff98e6; }

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

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

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

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

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

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

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

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