Html Css Color HEX #FEA0ED Lavender Rose

📋 copy color: '#FEA0ED'

red 254 ◦ green 160 ◦ blue 237

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

Shades of Lavender Rose #FEA0ED

Tints of Lavender Rose #FEA0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.41%

R = 39.02%
G = 24.58%
B = 36.41%

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

#FEA0ED (or 0xFEA0ED) is known color: Lavender Rose. HEX triplet: FE, A0 and ED. RGB value is (254,160,237). Sum of RGB (Red+Green+Blue) = 254+160+237=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 160 (62.89% from 255 or 24.58% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0ED is #015F12. Grayscale: #C4C4C4. Windows color (decimal): -89875 or 15573246. OLE color: 15573246.

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

Color convert

RGB 254 160 237 -
CMYK 0 0.37 0.07 0.00
HSL 310.85º 0.98% 0.81% -
HSV(B) 310.85º 0.37% 1% -
XYZ 68.73 52.33 86.6 -
YUV 196.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 254 160 237 0 0.37 0.07 0.00 310.85 0.98 0.81
Hex FE A0 ED 0 25 7 0 137 62 51
Octal 376 240 355 0 45 7 0 467 142 121
Binary 11111110 10100000 11101101 0 100101 111 0 100110111 1100010 1010001

Color Harmonies of #FEA0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0ED

Black with #FEA0ED

Text Example


Text Example

White with #FEA0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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