Html Css Color HEX #FEA4E0 Lavender Rose

📋 copy color: '#FEA4E0'

red 254 ◦ green 164 ◦ blue 224

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

Shades of Lavender Rose #FEA4E0

Tints of Lavender Rose #FEA4E0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.55%

 BLUE value IS 224 (87.89% from 255) = 34.89%

R = 39.56%
G = 25.55%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEA4E0 (or 0xFEA4E0) is known color: Lavender Rose. HEX triplet: FE, A4 and E0. RGB value is (254,164,224). Sum of RGB (Red+Green+Blue) = 254+164+224=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 164 (64.45% from 255 or 25.55% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4E0 is #015B1F. Grayscale: #C5C5C5. Windows color (decimal): -88864 or 14722302. OLE color: 14722302.

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

Color convert

RGB 254 164 224 -
CMYK 0 0.35 0.12 0.00
HSL 320º 0.98% 0.82% -
HSV(B) 320º 0.35% 1% -
XYZ 67.6 53 77.19 -
YUV 197.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 254 164 224 0 0.35 0.12 0.00 320 0.98 0.82
Hex FE A4 E0 0 23 C 0 140 62 52
Octal 376 244 340 0 43 14 0 500 142 122
Binary 11111110 10100100 11100000 0 100011 1100 0 101000000 1100010 1010010

Color Harmonies of #FEA4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4E0

Black with #FEA4E0

Text Example


Text Example

White with #FEA4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4E0; }

 p { color: rgb(254,164,224); }

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

background-color css

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

 a { background-color: rgb(254,164,224); }

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

border-color css

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

 span { border-color: rgb(254,164,224); }

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