Html Css Color HEX #FE9EEA Lavender Rose

📋 copy color: '#FE9EEA'

red 254 ◦ green 158 ◦ blue 234

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

Shades of Lavender Rose #FE9EEA

Tints of Lavender Rose #FE9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.46%

 BLUE value IS 234 (91.8% from 255) = 36.22%

R = 39.32%
G = 24.46%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE9EEA (or 0xFE9EEA) is known color: Lavender Rose. HEX triplet: FE, 9E and EA. RGB value is (254,158,234). Sum of RGB (Red+Green+Blue) = 254+158+234=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 158 (62.11% from 255 or 24.46% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EEA is #016115. Grayscale: #C3C3C3. Windows color (decimal): -90390 or 15376126. OLE color: 15376126.

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

Color convert

RGB 254 158 234 -
CMYK 0 0.38 0.08 0.00
HSL 312.5º 0.98% 0.81% -
HSV(B) 312.5º 0.38% 1% -
XYZ 67.95 51.47 84.19 -
YUV 195.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 254 158 234 0 0.38 0.08 0.00 312.5 0.98 0.81
Hex FE 9E EA 0 26 8 0 138 62 51
Octal 376 236 352 0 46 10 0 470 142 121
Binary 11111110 10011110 11101010 0 100110 1000 0 100111000 1100010 1010001

Color Harmonies of #FE9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9EEA

Black with #FE9EEA

Text Example


Text Example

White with #FE9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9EEA; }

 p { color: rgb(254,158,234); }

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

background-color css

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

 a { background-color: rgb(254,158,234); }

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

border-color css

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

 span { border-color: rgb(254,158,234); }

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