Html Css Color HEX #FEADD1 Lavender Pink

📋 copy color: '#FEADD1'

red 254 ◦ green 173 ◦ blue 209

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

Shades of Lavender Pink #FEADD1

Tints of Lavender Pink #FEADD1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.2%

 BLUE value IS 209 (82.03% from 255) = 32.86%

R = 39.94%
G = 27.2%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEADD1 (or 0xFEADD1) is known color: Lavender Pink. HEX triplet: FE, AD and D1. RGB value is (254,173,209). Sum of RGB (Red+Green+Blue) = 254+173+209=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADD1 is #01522E. Grayscale: #C9C9C9. Windows color (decimal): -86575 or 13741566. OLE color: 13741566.

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

Color convert

RGB 254 173 209 -
CMYK 0 0.32 0.18 0.00
HSL 333.33º 0.98% 0.84% -
HSV(B) 333.33º 0.32% 1% -
XYZ 67.33 55.56 67.5 -
YUV 201.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 254 173 209 0 0.32 0.18 0.00 333.33 0.98 0.84
Hex FE AD D1 0 20 12 0 14D 62 54
Octal 376 255 321 0 40 22 0 515 142 124
Binary 11111110 10101101 11010001 0 100000 10010 0 101001101 1100010 1010100

Color Harmonies of #FEADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADD1

Black with #FEADD1

Text Example


Text Example

White with #FEADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADD1; }

 p { color: rgb(254,173,209); }

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

background-color css

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

 a { background-color: rgb(254,173,209); }

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

border-color css

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

 span { border-color: rgb(254,173,209); }

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