#FE98F4

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

Shades of Lavender Rose #FE98F4

Tints of Lavender Rose #FE98F4

Color information

#FE98F4 (or 0xFE98F4) is unknown color: approx Lavender Rose. HEX triplet: FE, 98 and F4. RGB value is (254,152,244). Sum of RGB (Red+Green+Blue) = 254+152+244=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 152 (59.77% from 255 or 23.38% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE98F4 is #01670B. Grayscale: #C0C0C0. Windows color (decimal): -91916 or 16029950. OLE color: 16029950.

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

Color convert

RGB254152244-
CMYK00.400.040.00
HSL305.88º98.08%79.61%-
HSV(B)305.88º40.16%99.61%-
XYZ68.4350.0691.64-
YUV192.99156.79171.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 152 (59.77% from 255) = 23.38%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=39.08%
G=23.38%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415224400.400.040.00305.8898.0879.61
HexFE98F4028401326250
Octal37623036405040462142120
Binary1111111010011000111101000101000100010011001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98F4; }

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

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

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

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

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

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

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

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