Html Css Color HEX #FEA6AC Light Pink

📋 copy color: '#FEA6AC'

red 254 ◦ green 166 ◦ blue 172

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

Shades of Light Pink #FEA6AC

Tints of Light Pink #FEA6AC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.04%

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

R = 42.91%
G = 28.04%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEA6AC (or 0xFEA6AC) is known color: Light Pink. HEX triplet: FE, A6 and AC. RGB value is (254,166,172). Sum of RGB (Red+Green+Blue) = 254+166+172=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA6AC is #015953. Grayscale: #C1C1C1. Windows color (decimal): -88404 or 11314942. OLE color: 11314942.

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

Color convert

RGB 254 166 172 -
CMYK 0 0.35 0.32 0.00
HSL 355.91º 0.98% 0.82% -
HSV(B) 355.91º 0.35% 1% -
XYZ 61.96 51.32 45.67 -
YUV 193 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 254 166 172 0 0.35 0.32 0.00 355.91 0.98 0.82
Hex FE A6 AC 0 23 20 0 164 62 52
Octal 376 246 254 0 43 40 0 544 142 122
Binary 11111110 10100110 10101100 0 100011 100000 0 101100100 1100010 1010010

Color Harmonies of #FEA6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6AC

Black with #FEA6AC

Text Example


Text Example

White with #FEA6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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