Html Css Color HEX #FE99E2 Lavender Rose

📋 copy color: '#FE99E2'

red 254 ◦ green 153 ◦ blue 226

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

Shades of Lavender Rose #FE99E2

Tints of Lavender Rose #FE99E2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.17%

 BLUE value IS 226 (88.67% from 255) = 35.7%

R = 40.13%
G = 24.17%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE99E2 (or 0xFE99E2) is known color: Lavender Rose. HEX triplet: FE, 99 and E2. RGB value is (254,153,226). Sum of RGB (Red+Green+Blue) = 254+153+226=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 153 (60.16% from 255 or 24.17% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99E2 is #01661D. Grayscale: #BFBFBF. Windows color (decimal): -91678 or 14850558. OLE color: 14850558.

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

Color convert

RGB 254 153 226 -
CMYK 0 0.40 0.11 0.00
HSL 316.63º 0.98% 0.8% -
HSV(B) 316.63º 0.4% 1% -
XYZ 65.99 49.34 78 -
YUV 191.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 254 153 226 0 0.40 0.11 0.00 316.63 0.98 0.8
Hex FE 99 E2 0 28 B 0 13D 62 50
Octal 376 231 342 0 50 13 0 475 142 120
Binary 11111110 10011001 11100010 0 101000 1011 0 100111101 1100010 1010000

Color Harmonies of #FE99E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE99E2

Black with #FE99E2

Text Example


Text Example

White with #FE99E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE99E2; }

 p { color: rgb(254,153,226); }

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

background-color css

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

 a { background-color: rgb(254,153,226); }

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

border-color css

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

 span { border-color: rgb(254,153,226); }

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