#FE98D5

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

Shades of Lavender Rose #FE98D5

Tints of Lavender Rose #FE98D5

Color information

#FE98D5 (or 0xFE98D5) is unknown color: approx Lavender Rose. HEX triplet: FE, 98 and D5. RGB value is (254,152,213). Sum of RGB (Red+Green+Blue) = 254+152+213=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98D5 is #01672A. Grayscale: #BDBDBD. Windows color (decimal): -91947 or 13998334. OLE color: 13998334.

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

Color convert

RGB254152213-
CMYK00.400.160.00
HSL324.12º98.08%79.61%-
HSV(B)324.12º40.16%99.61%-
XYZ64.1148.3368.9-
YUV189.45141.29174.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 152 (59.77% from 255) = 24.56%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=41.03%
G=24.56%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415221300.400.160.00324.1298.0879.61
HexFE98D50281001446250
Octal376230325050200504142120
Binary111111101001100011010101010100010000010100010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98D5; }

 p { color: rgb(254,152,213); }

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

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

 a { background-color: rgb(254,152,213); }

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

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

 span { border-color: rgb(254,152,213); }

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