Html Css Color HEX #FEABAC Light Pink

📋 copy color: '#FEABAC'

red 254 ◦ green 171 ◦ blue 172

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

Shades of Light Pink #FEABAC

Tints of Light Pink #FEABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.64%

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

R = 42.55%
G = 28.64%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEABAC (or 0xFEABAC) is known color: Light Pink. HEX triplet: FE, AB and AC. RGB value is (254,171,172). Sum of RGB (Red+Green+Blue) = 254+171+172=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABAC is #015453. Grayscale: #C4C4C4. Windows color (decimal): -87124 or 11316222. OLE color: 11316222.

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

Color convert

RGB 254 171 172 -
CMYK 0 0.33 0.32 0.00
HSL 359.28º 0.98% 0.83% -
HSV(B) 359.28º 0.33% 1% -
XYZ 62.88 53.18 45.98 -
YUV 195.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 254 171 172 0 0.33 0.32 0.00 359.28 0.98 0.83
Hex FE AB AC 0 21 20 0 167 62 53
Octal 376 253 254 0 41 40 0 547 142 123
Binary 11111110 10101011 10101100 0 100001 100000 0 101100111 1100010 1010011

Color Harmonies of #FEABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABAC

Black with #FEABAC

Text Example


Text Example

White with #FEABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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