Html Css Color HEX #FEACAD Light Pink

📋 copy color: '#FEACAD'

red 254 ◦ green 172 ◦ blue 173

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

Shades of Light Pink #FEACAD

Tints of Light Pink #FEACAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.88%

R = 42.4%
G = 28.71%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEACAD (or 0xFEACAD) is known color: Light Pink. HEX triplet: FE, AC and AD. RGB value is (254,172,173). Sum of RGB (Red+Green+Blue) = 254+172+173=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACAD is #015352. Grayscale: #C4C4C4. Windows color (decimal): -86867 or 11382014. OLE color: 11382014.

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

Color convert

RGB 254 172 173 -
CMYK 0 0.32 0.32 0.00
HSL 359.27º 0.98% 0.84% -
HSV(B) 359.27º 0.32% 1% -
XYZ 63.17 53.59 46.55 -
YUV 196.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 254 172 173 0 0.32 0.32 0.00 359.27 0.98 0.84
Hex FE AC AD 0 20 20 0 167 62 54
Octal 376 254 255 0 40 40 0 547 142 124
Binary 11111110 10101100 10101101 0 100000 100000 0 101100111 1100010 1010100

Color Harmonies of #FEACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACAD

Black with #FEACAD

Text Example


Text Example

White with #FEACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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