Html Css Color HEX #FEA8B1 Light Pink

📋 copy color: '#FEA8B1'

red 254 ◦ green 168 ◦ blue 177

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

Shades of Light Pink #FEA8B1

Tints of Light Pink #FEA8B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.55%

R = 42.4%
G = 28.05%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEA8B1 (or 0xFEA8B1) is known color: Light Pink. HEX triplet: FE, A8 and B1. RGB value is (254,168,177). Sum of RGB (Red+Green+Blue) = 254+168+177=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8B1 is #01574E. Grayscale: #C2C2C2. Windows color (decimal): -87887 or 11643134. OLE color: 11643134.

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

Color convert

RGB 254 168 177 -
CMYK 0 0.34 0.30 0.00
HSL 353.72º 0.98% 0.83% -
HSV(B) 353.72º 0.34% 1% -
XYZ 62.81 52.25 48.37 -
YUV 194.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 254 168 177 0 0.34 0.30 0.00 353.72 0.98 0.83
Hex FE A8 B1 0 22 1E 0 162 62 53
Octal 376 250 261 0 42 36 0 542 142 123
Binary 11111110 10101000 10110001 0 100010 11110 0 101100010 1100010 1010011

Color Harmonies of #FEA8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8B1

Black with #FEA8B1

Text Example


Text Example

White with #FEA8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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