Html Css Color HEX #FEADDC Lavender Pink

📋 copy color: '#FEADDC'

red 254 ◦ green 173 ◦ blue 220

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

Shades of Lavender Pink #FEADDC

Tints of Lavender Pink #FEADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34%

R = 39.26%
G = 26.74%
B = 34%

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

#FEADDC (or 0xFEADDC) is known color: Lavender Pink. HEX triplet: FE, AD and DC. RGB value is (254,173,220). Sum of RGB (Red+Green+Blue) = 254+173+220=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADDC is #015223. Grayscale: #CACACA. Windows color (decimal): -86564 or 14462462. OLE color: 14462462.

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

Color convert

RGB 254 173 220 -
CMYK 0 0.32 0.13 0.00
HSL 325.19º 0.98% 0.84% -
HSV(B) 325.19º 0.32% 1% -
XYZ 68.73 56.13 74.92 -
YUV 202.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 254 173 220 0 0.32 0.13 0.00 325.19 0.98 0.84
Hex FE AD DC 0 20 D 0 145 62 54
Octal 376 255 334 0 40 15 0 505 142 124
Binary 11111110 10101101 11011100 0 100000 1101 0 101000101 1100010 1010100

Color Harmonies of #FEADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADDC

Black with #FEADDC

Text Example


Text Example

White with #FEADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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