Html Css Color HEX #FEADDD Lavender Pink

📋 copy color: '#FEADDD'

red 254 ◦ green 173 ◦ blue 221

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

Shades of Lavender Pink #FEADDD

Tints of Lavender Pink #FEADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.1%

R = 39.2%
G = 26.7%
B = 34.1%

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

#FEADDD (or 0xFEADDD) is known color: Lavender Pink. HEX triplet: FE, AD and DD. RGB value is (254,173,221). Sum of RGB (Red+Green+Blue) = 254+173+221=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADDD is #015222. Grayscale: #CACACA. Windows color (decimal): -86563 or 14527998. OLE color: 14527998.

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

Color convert

RGB 254 173 221 -
CMYK 0 0.32 0.13 0.00
HSL 324.44º 0.98% 0.84% -
HSV(B) 324.44º 0.32% 1% -
XYZ 68.87 56.18 75.62 -
YUV 202.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 254 173 221 0 0.32 0.13 0.00 324.44 0.98 0.84
Hex FE AD DD 0 20 D 0 144 62 54
Octal 376 255 335 0 40 15 0 504 142 124
Binary 11111110 10101101 11011101 0 100000 1101 0 101000100 1100010 1010100

Color Harmonies of #FEADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADDD

Black with #FEADDD

Text Example


Text Example

White with #FEADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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