Html Css Color HEX #FEA8AC Light Pink

📋 copy color: '#FEA8AC'

red 254 ◦ green 168 ◦ blue 172

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

Shades of Light Pink #FEA8AC

Tints of Light Pink #FEA8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.28%

 BLUE value IS 172 (67.58% from 255) = 28.96%

R = 42.76%
G = 28.28%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEA8AC (or 0xFEA8AC) is known color: Light Pink. HEX triplet: FE, A8 and AC. RGB value is (254,168,172). Sum of RGB (Red+Green+Blue) = 254+168+172=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8AC is #015753. Grayscale: #C2C2C2. Windows color (decimal): -87892 or 11315454. OLE color: 11315454.

HSL color Cylindrical-coordinate representation of color #FEA8AC: hue angle of 357.21º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8AC is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 168 172 -
CMYK 0 0.34 0.32 0.00
HSL 357.21º 0.98% 0.83% -
HSV(B) 357.21º 0.34% 1% -
XYZ 62.32 52.05 45.79 -
YUV 194.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 254 168 172 0 0.34 0.32 0.00 357.21 0.98 0.83
Hex FE A8 AC 0 22 20 0 165 62 53
Octal 376 250 254 0 42 40 0 545 142 123
Binary 11111110 10101000 10101100 0 100010 100000 0 101100101 1100010 1010011

Color Harmonies of #FEA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8AC

Black with #FEA8AC

Text Example


Text Example

White with #FEA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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