Html Css Color HEX #FEA0EC Lavender Rose

📋 copy color: '#FEA0EC'

red 254 ◦ green 160 ◦ blue 236

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

Shades of Lavender Rose #FEA0EC

Tints of Lavender Rose #FEA0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.62%

 BLUE value IS 236 (92.58% from 255) = 36.31%

R = 39.08%
G = 24.62%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEA0EC (or 0xFEA0EC) is known color: Lavender Rose. HEX triplet: FE, A0 and EC. RGB value is (254,160,236). Sum of RGB (Red+Green+Blue) = 254+160+236=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 160 (62.89% from 255 or 24.62% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0EC is #015F13. Grayscale: #C4C4C4. Windows color (decimal): -89876 or 15507710. OLE color: 15507710.

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

Color convert

RGB 254 160 236 -
CMYK 0 0.37 0.07 0.00
HSL 311.49º 0.98% 0.81% -
HSV(B) 311.49º 0.37% 1% -
XYZ 68.58 52.27 85.83 -
YUV 196.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 254 160 236 0 0.37 0.07 0.00 311.49 0.98 0.81
Hex FE A0 EC 0 25 7 0 137 62 51
Octal 376 240 354 0 45 7 0 467 142 121
Binary 11111110 10100000 11101100 0 100101 111 0 100110111 1100010 1010001

Color Harmonies of #FEA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0EC

Black with #FEA0EC

Text Example


Text Example

White with #FEA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0EC; }

 p { color: rgb(254,160,236); }

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

background-color css

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

 a { background-color: rgb(254,160,236); }

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

border-color css

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

 span { border-color: rgb(254,160,236); }

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