Html Css Color HEX #FEAAD2 Lavender Pink

📋 copy color: '#FEAAD2'

red 254 ◦ green 170 ◦ blue 210

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

Shades of Lavender Pink #FEAAD2

Tints of Lavender Pink #FEAAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.12%

R = 40.06%
G = 26.81%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEAAD2 (or 0xFEAAD2) is known color: Lavender Pink. HEX triplet: FE, AA and D2. RGB value is (254,170,210). Sum of RGB (Red+Green+Blue) = 254+170+210=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAD2 is #01552D. Grayscale: #C7C7C7. Windows color (decimal): -87342 or 13806334. OLE color: 13806334.

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

Color convert

RGB 254 170 210 -
CMYK 0 0.33 0.17 0.00
HSL 331.43º 0.98% 0.83% -
HSV(B) 331.43º 0.33% 1% -
XYZ 66.88 54.47 67.96 -
YUV 199.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 254 170 210 0 0.33 0.17 0.00 331.43 0.98 0.83
Hex FE AA D2 0 21 11 0 14B 62 53
Octal 376 252 322 0 41 21 0 513 142 123
Binary 11111110 10101010 11010010 0 100001 10001 0 101001011 1100010 1010011

Color Harmonies of #FEAAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAD2

Black with #FEAAD2

Text Example


Text Example

White with #FEAAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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