Html Css Color HEX #FEA0DD Lavender Rose

📋 copy color: '#FEA0DD'

red 254 ◦ green 160 ◦ blue 221

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

Shades of Lavender Rose #FEA0DD

Tints of Lavender Rose #FEA0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 40%
G = 25.2%
B = 34.8%

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

#FEA0DD (or 0xFEA0DD) is known color: Lavender Rose. HEX triplet: FE, A0 and DD. RGB value is (254,160,221). Sum of RGB (Red+Green+Blue) = 254+160+221=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 160 (62.89% from 255 or 25.20% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0DD is #015F22. Grayscale: #C2C2C2. Windows color (decimal): -89891 or 14524670. OLE color: 14524670.

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

Color convert

RGB 254 160 221 -
CMYK 0 0.37 0.13 0.00
HSL 321.06º 0.98% 0.81% -
HSV(B) 321.06º 0.37% 1% -
XYZ 66.5 51.43 74.83 -
YUV 195.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 254 160 221 0 0.37 0.13 0.00 321.06 0.98 0.81
Hex FE A0 DD 0 25 D 0 141 62 51
Octal 376 240 335 0 45 15 0 501 142 121
Binary 11111110 10100000 11011101 0 100101 1101 0 101000001 1100010 1010001

Color Harmonies of #FEA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0DD

Black with #FEA0DD

Text Example


Text Example

White with #FEA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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