Html Css Color HEX #FEADDE Lavender Pink

📋 copy color: '#FEADDE'

red 254 ◦ green 173 ◦ blue 222

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

Shades of Lavender Pink #FEADDE

Tints of Lavender Pink #FEADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.21%

R = 39.14%
G = 26.66%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEADDE (or 0xFEADDE) is known color: Lavender Pink. HEX triplet: FE, AD and DE. RGB value is (254,173,222). Sum of RGB (Red+Green+Blue) = 254+173+222=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADDE is #015221. Grayscale: #CACACA. Windows color (decimal): -86562 or 14593534. OLE color: 14593534.

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

Color convert

RGB 254 173 222 -
CMYK 0 0.32 0.13 0.00
HSL 323.7º 0.98% 0.84% -
HSV(B) 323.7º 0.32% 1% -
XYZ 69 56.23 76.32 -
YUV 202.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 254 173 222 0 0.32 0.13 0.00 323.7 0.98 0.84
Hex FE AD DE 0 20 D 0 144 62 54
Octal 376 255 336 0 40 15 0 504 142 124
Binary 11111110 10101101 11011110 0 100000 1101 0 101000100 1100010 1010100

Color Harmonies of #FEADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADDE

Black with #FEADDE

Text Example


Text Example

White with #FEADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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