Html Css Color HEX #FEA9D0 Lavender Pink

📋 copy color: '#FEA9D0'

red 254 ◦ green 169 ◦ blue 208

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

Shades of Lavender Pink #FEA9D0

Tints of Lavender Pink #FEA9D0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.78%

 BLUE value IS 208 (81.64% from 255) = 32.96%

R = 40.25%
G = 26.78%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEA9D0 (or 0xFEA9D0) is known color: Lavender Pink. HEX triplet: FE, A9 and D0. RGB value is (254,169,208). Sum of RGB (Red+Green+Blue) = 254+169+208=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9D0 is #01562F. Grayscale: #C6C6C6. Windows color (decimal): -87600 or 13675006. OLE color: 13675006.

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

Color convert

RGB 254 169 208 -
CMYK 0 0.33 0.18 0.00
HSL 332.47º 0.98% 0.83% -
HSV(B) 332.47º 0.33% 1% -
XYZ 66.45 54 66.6 -
YUV 198.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 254 169 208 0 0.33 0.18 0.00 332.47 0.98 0.83
Hex FE A9 D0 0 21 12 0 14C 62 53
Octal 376 251 320 0 41 22 0 514 142 123
Binary 11111110 10101001 11010000 0 100001 10010 0 101001100 1100010 1010011

Color Harmonies of #FEA9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9D0

Black with #FEA9D0

Text Example


Text Example

White with #FEA9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9D0; }

 p { color: rgb(254,169,208); }

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

background-color css

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

 a { background-color: rgb(254,169,208); }

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

border-color css

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

 span { border-color: rgb(254,169,208); }

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