Html Css Color HEX #FE98E4 Lavender Rose

📋 copy color: '#FE98E4'

red 254 ◦ green 152 ◦ blue 228

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

Shades of Lavender Rose #FE98E4

Tints of Lavender Rose #FE98E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.96%

R = 40.06%
G = 23.97%
B = 35.96%

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

#FE98E4 (or 0xFE98E4) is known color: Lavender Rose. HEX triplet: FE, 98 and E4. RGB value is (254,152,228). Sum of RGB (Red+Green+Blue) = 254+152+228=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 152 (59.77% from 255 or 23.97% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98E4 is #01671B. Grayscale: #BEBEBE. Windows color (decimal): -91932 or 14981374. OLE color: 14981374.

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

Color convert

RGB 254 152 228 -
CMYK 0 0.40 0.10 0.00
HSL 315.29º 0.98% 0.8% -
HSV(B) 315.29º 0.4% 1% -
XYZ 66.1 49.13 79.4 -
YUV 191.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 254 152 228 0 0.40 0.10 0.00 315.29 0.98 0.8
Hex FE 98 E4 0 28 A 0 13B 62 50
Octal 376 230 344 0 50 12 0 473 142 120
Binary 11111110 10011000 11100100 0 101000 1010 0 100111011 1100010 1010000

Color Harmonies of #FE98E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE98E4

Black with #FE98E4

Text Example


Text Example

White with #FE98E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE98E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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