Html Css Color HEX #FEADD3 Lavender Pink

📋 copy color: '#FEADD3'

red 254 ◦ green 173 ◦ blue 211

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

Shades of Lavender Pink #FEADD3

Tints of Lavender Pink #FEADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.07%

R = 39.81%
G = 27.12%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEADD3 (or 0xFEADD3) is known color: Lavender Pink. HEX triplet: FE, AD and D3. RGB value is (254,173,211). Sum of RGB (Red+Green+Blue) = 254+173+211=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADD3 is #01522C. Grayscale: #C9C9C9. Windows color (decimal): -86573 or 13872638. OLE color: 13872638.

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

Color convert

RGB 254 173 211 -
CMYK 0 0.32 0.17 0.00
HSL 331.85º 0.98% 0.84% -
HSV(B) 331.85º 0.32% 1% -
XYZ 67.57 55.66 68.81 -
YUV 201.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 254 173 211 0 0.32 0.17 0.00 331.85 0.98 0.84
Hex FE AD D3 0 20 11 0 14C 62 54
Octal 376 255 323 0 40 21 0 514 142 124
Binary 11111110 10101101 11010011 0 100000 10001 0 101001100 1100010 1010100

Color Harmonies of #FEADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEADD3

Black with #FEADD3

Text Example


Text Example

White with #FEADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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