Html Css Color HEX #FEA0DE Lavender Rose

📋 copy color: '#FEA0DE'

red 254 ◦ green 160 ◦ blue 222

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

Shades of Lavender Rose #FEA0DE

Tints of Lavender Rose #FEA0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.91%

R = 39.94%
G = 25.16%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEA0DE (or 0xFEA0DE) is known color: Lavender Rose. HEX triplet: FE, A0 and DE. RGB value is (254,160,222). Sum of RGB (Red+Green+Blue) = 254+160+222=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0DE is #015F21. Grayscale: #C3C3C3. Windows color (decimal): -89890 or 14590206. OLE color: 14590206.

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

Color convert

RGB 254 160 222 -
CMYK 0 0.37 0.13 0.00
HSL 320.43º 0.98% 0.81% -
HSV(B) 320.43º 0.37% 1% -
XYZ 66.63 51.49 75.53 -
YUV 195.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 254 160 222 0 0.37 0.13 0.00 320.43 0.98 0.81
Hex FE A0 DE 0 25 D 0 140 62 51
Octal 376 240 336 0 45 15 0 500 142 121
Binary 11111110 10100000 11011110 0 100101 1101 0 101000000 1100010 1010001

Color Harmonies of #FEA0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0DE

Black with #FEA0DE

Text Example


Text Example

White with #FEA0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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