Html Css Color HEX #FEACD0 Lavender Pink

📋 copy color: '#FEACD0'

red 254 ◦ green 172 ◦ blue 208

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

Shades of Lavender Pink #FEACD0

Tints of Lavender Pink #FEACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.81%

R = 40.06%
G = 27.13%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEACD0 (or 0xFEACD0) is known color: Lavender Pink. HEX triplet: FE, AC and D0. RGB value is (254,172,208). Sum of RGB (Red+Green+Blue) = 254+172+208=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACD0 is #01532F. Grayscale: #C8C8C8. Windows color (decimal): -86832 or 13675774. OLE color: 13675774.

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

Color convert

RGB 254 172 208 -
CMYK 0 0.32 0.18 0.00
HSL 333.66º 0.98% 0.84% -
HSV(B) 333.66º 0.32% 1% -
XYZ 67.01 55.13 66.78 -
YUV 200.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 254 172 208 0 0.32 0.18 0.00 333.66 0.98 0.84
Hex FE AC D0 0 20 12 0 14E 62 54
Octal 376 254 320 0 40 22 0 516 142 124
Binary 11111110 10101100 11010000 0 100000 10010 0 101001110 1100010 1010100

Color Harmonies of #FEACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACD0

Black with #FEACD0

Text Example


Text Example

White with #FEACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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