Html Css Color HEX #FEACD3 Lavender Pink

📋 copy color: '#FEACD3'

red 254 ◦ green 172 ◦ blue 211

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

Shades of Lavender Pink #FEACD3

Tints of Lavender Pink #FEACD3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27%

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

R = 39.87%
G = 27%
B = 33.12%

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

#FEACD3 (or 0xFEACD3) is known color: Lavender Pink. HEX triplet: FE, AC and D3. RGB value is (254,172,211). Sum of RGB (Red+Green+Blue) = 254+172+211=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACD3 is #01532C. Grayscale: #C8C8C8. Windows color (decimal): -86829 or 13872382. OLE color: 13872382.

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

Color convert

RGB 254 172 211 -
CMYK 0 0.32 0.17 0.00
HSL 331.46º 0.98% 0.84% -
HSV(B) 331.46º 0.32% 1% -
XYZ 67.38 55.28 68.75 -
YUV 200.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 254 172 211 0 0.32 0.17 0.00 331.46 0.98 0.84
Hex FE AC D3 0 20 11 0 14B 62 54
Octal 376 254 323 0 40 21 0 513 142 124
Binary 11111110 10101100 11010011 0 100000 10001 0 101001011 1100010 1010100

Color Harmonies of #FEACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACD3

Black with #FEACD3

Text Example


Text Example

White with #FEACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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