Html Css Color HEX #FE94E5 Lavender Rose

📋 copy color: '#FE94E5'

red 254 ◦ green 148 ◦ blue 229

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

Shades of Lavender Rose #FE94E5

Tints of Lavender Rose #FE94E5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.45%

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

R = 40.25%
G = 23.45%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE94E5 (or 0xFE94E5) is known color: Lavender Rose. HEX triplet: FE, 94 and E5. RGB value is (254,148,229). Sum of RGB (Red+Green+Blue) = 254+148+229=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 148 (58.20% from 255 or 23.45% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE94E5 is #016B1A. Grayscale: #BCBCBC. Windows color (decimal): -92955 or 15045886. OLE color: 15045886.

HSL color Cylindrical-coordinate representation of color #FE94E5: hue angle of 314.15º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE94E5 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 148 229 -
CMYK 0 0.42 0.10 0.00
HSL 314.15º 0.98% 0.79% -
HSV(B) 314.15º 0.42% 1% -
XYZ 65.61 47.91 79.92 -
YUV 188.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 254 148 229 0 0.42 0.10 0.00 314.15 0.98 0.79
Hex FE 94 E5 0 2A A 0 13A 62 4F
Octal 376 224 345 0 52 12 0 472 142 117
Binary 11111110 10010100 11100101 0 101010 1010 0 100111010 1100010 1001111

Color Harmonies of #FE94E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94E5

Black with #FE94E5

Text Example


Text Example

White with #FE94E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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