#FF98D8

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

Shades of Lavender Rose #FF98D8

Tints of Lavender Rose #FF98D8

Color information

#FF98D8 (or 0xFF98D8) is unknown color: approx Lavender Rose. HEX triplet: FF, 98 and D8. RGB value is (255,152,216). Sum of RGB (Red+Green+Blue) = 255+152+216=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98D8 is #006727. Grayscale: #BDBDBD. Windows color (decimal): -26408 or 14194943. OLE color: 14194943.

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

Color convert

RGB255152216-
CMYK00.400.150
HSL322.72º100%79.8%-
HSV(B)322.72º40.39%100%-
XYZ64.8648.6770.94-
YUV190.09142.62174.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 152 (59.77% from 255) = 24.40%
BLUE value IS 216 (84.77% from 255) = 34.67%
R=40.93%
G=24.40%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515221600.400.150322.7210079.8
HexFF98D8028F01436450
Octal377230330050170503144120
Binary11111111100110001101100001010001111010100001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98D8; }

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

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

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

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

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

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

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

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