Html Css Color HEX #FEAAE2 Lavender Rose

📋 copy color: '#FEAAE2'

red 254 ◦ green 170 ◦ blue 226

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

Shades of Lavender Rose #FEAAE2

Tints of Lavender Rose #FEAAE2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.15%

 BLUE value IS 226 (88.67% from 255) = 34.77%

R = 39.08%
G = 26.15%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEAAE2 (or 0xFEAAE2) is known color: Lavender Rose. HEX triplet: FE, AA and E2. RGB value is (254,170,226). Sum of RGB (Red+Green+Blue) = 254+170+226=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAE2 is #01551D. Grayscale: #C9C9C9. Windows color (decimal): -87326 or 14854910. OLE color: 14854910.

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

Color convert

RGB 254 170 226 -
CMYK 0 0.33 0.11 0.00
HSL 320º 0.98% 0.83% -
HSV(B) 320º 0.33% 1% -
XYZ 68.98 55.31 78.99 -
YUV 201.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 254 170 226 0 0.33 0.11 0.00 320 0.98 0.83
Hex FE AA E2 0 21 B 0 140 62 53
Octal 376 252 342 0 41 13 0 500 142 123
Binary 11111110 10101010 11100010 0 100001 1011 0 101000000 1100010 1010011

Color Harmonies of #FEAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAE2

Black with #FEAAE2

Text Example


Text Example

White with #FEAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAE2; }

 p { color: rgb(254,170,226); }

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

background-color css

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

 a { background-color: rgb(254,170,226); }

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

border-color css

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

 span { border-color: rgb(254,170,226); }

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