Html Css Color HEX #FEA0D8 Lavender Rose

📋 copy color: '#FEA0D8'

red 254 ◦ green 160 ◦ blue 216

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

Shades of Lavender Rose #FEA0D8

Tints of Lavender Rose #FEA0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 40.32%
G = 25.4%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEA0D8 (or 0xFEA0D8) is known color: Lavender Rose. HEX triplet: FE, A0 and D8. RGB value is (254,160,216). Sum of RGB (Red+Green+Blue) = 254+160+216=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0D8 is #015F27. Grayscale: #C2C2C2. Windows color (decimal): -89896 or 14196990. OLE color: 14196990.

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

Color convert

RGB 254 160 216 -
CMYK 0 0.37 0.15 0.00
HSL 324.26º 0.98% 0.81% -
HSV(B) 324.26º 0.37% 1% -
XYZ 65.84 51.17 71.37 -
YUV 194.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 254 160 216 0 0.37 0.15 0.00 324.26 0.98 0.81
Hex FE A0 D8 0 25 F 0 144 62 51
Octal 376 240 330 0 45 17 0 504 142 121
Binary 11111110 10100000 11011000 0 100101 1111 0 101000100 1100010 1010001

Color Harmonies of #FEA0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0D8

Black with #FEA0D8

Text Example


Text Example

White with #FEA0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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