Html Css Color HEX #FEAAD3 Lavender Pink

📋 copy color: '#FEAAD3'

red 254 ◦ green 170 ◦ blue 211

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

Shades of Lavender Pink #FEAAD3

Tints of Lavender Pink #FEAAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.23%

R = 40%
G = 26.77%
B = 33.23%

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

#FEAAD3 (or 0xFEAAD3) is known color: Lavender Pink. HEX triplet: FE, AA and D3. RGB value is (254,170,211). Sum of RGB (Red+Green+Blue) = 254+170+211=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAD3 is #01552C. Grayscale: #C7C7C7. Windows color (decimal): -87341 or 13871870. OLE color: 13871870.

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

Color convert

RGB 254 170 211 -
CMYK 0 0.33 0.17 0.00
HSL 330.71º 0.98% 0.83% -
HSV(B) 330.71º 0.33% 1% -
XYZ 67.01 54.52 68.62 -
YUV 199.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 254 170 211 0 0.33 0.17 0.00 330.71 0.98 0.83
Hex FE AA D3 0 21 11 0 14B 62 53
Octal 376 252 323 0 41 21 0 513 142 123
Binary 11111110 10101010 11010011 0 100001 10001 0 101001011 1100010 1010011

Color Harmonies of #FEAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAD3

Black with #FEAAD3

Text Example


Text Example

White with #FEAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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