Html Css Color HEX #FE98E5 Lavender Rose

📋 copy color: '#FE98E5'

red 254 ◦ green 152 ◦ blue 229

#FE98E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FE98E5

Tints of Lavender Rose #FE98E5

RGB

 RED value IS 254 (99.61% from 255) = 40%

 GREEN value IS 152 (59.77% from 255) = 23.94%

 BLUE value IS 229 (89.84% from 255) = 36.06%

R = 40%
G = 23.94%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE98E5 (or 0xFE98E5) is known color: Lavender Rose. HEX triplet: FE, 98 and E5. RGB value is (254,152,229). Sum of RGB (Red+Green+Blue) = 254+152+229=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 152 (59.77% from 255 or 23.94% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98E5 is #01671A. Grayscale: #BFBFBF. Windows color (decimal): -91931 or 15046910. OLE color: 15046910.

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

Color convert

RGB 254 152 229 -
CMYK 0 0.40 0.10 0.00
HSL 314.71º 0.98% 0.8% -
HSV(B) 314.71º 0.4% 1% -
XYZ 66.24 49.18 80.13 -
YUV 191.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 254 152 229 0 0.40 0.10 0.00 314.71 0.98 0.8
Hex FE 98 E5 0 28 A 0 13B 62 50
Octal 376 230 345 0 50 12 0 473 142 120
Binary 11111110 10011000 11100101 0 101000 1010 0 100111011 1100010 1010000

Color Harmonies of #FE98E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE98E5

Black with #FE98E5

Text Example


Text Example

White with #FE98E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE98E5; }

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

 H1.HeaderClassName
 {
   color: #FE98E5;
 }
 .AnyTagClassName
 {
   color: #FE98E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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