Html Css Color HEX #FEADDA Lavender Pink

📋 copy color: '#FEADDA'

red 254 ◦ green 173 ◦ blue 218

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

Shades of Lavender Pink #FEADDA

Tints of Lavender Pink #FEADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.8%

R = 39.38%
G = 26.82%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEADDA (or 0xFEADDA) is known color: Lavender Pink. HEX triplet: FE, AD and DA. RGB value is (254,173,218). Sum of RGB (Red+Green+Blue) = 254+173+218=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADDA is #015225. Grayscale: #CACACA. Windows color (decimal): -86566 or 14331390. OLE color: 14331390.

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

Color convert

RGB 254 173 218 -
CMYK 0 0.32 0.14 0.00
HSL 326.67º 0.98% 0.84% -
HSV(B) 326.67º 0.32% 1% -
XYZ 68.47 56.02 73.53 -
YUV 202.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 254 173 218 0 0.32 0.14 0.00 326.67 0.98 0.84
Hex FE AD DA 0 20 E 0 147 62 54
Octal 376 255 332 0 40 16 0 507 142 124
Binary 11111110 10101101 11011010 0 100000 1110 0 101000111 1100010 1010100

Color Harmonies of #FEADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADDA

Black with #FEADDA

Text Example


Text Example

White with #FEADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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