Html Css Color HEX #FEA7B0 Light Pink

📋 copy color: '#FEA7B0'

red 254 ◦ green 167 ◦ blue 176

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

Shades of Light Pink #FEA7B0

Tints of Light Pink #FEA7B0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.97%

 BLUE value IS 176 (69.14% from 255) = 29.48%

R = 42.55%
G = 27.97%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEA7B0 (or 0xFEA7B0) is known color: Light Pink. HEX triplet: FE, A7 and B0. RGB value is (254,167,176). Sum of RGB (Red+Green+Blue) = 254+167+176=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA7B0 is #01584F. Grayscale: #C2C2C2. Windows color (decimal): -88144 or 11577342. OLE color: 11577342.

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

Color convert

RGB 254 167 176 -
CMYK 0 0.34 0.31 0.00
HSL 353.79º 0.98% 0.83% -
HSV(B) 353.79º 0.34% 1% -
XYZ 62.53 51.84 47.79 -
YUV 194.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 254 167 176 0 0.34 0.31 0.00 353.79 0.98 0.83
Hex FE A7 B0 0 22 1F 0 162 62 53
Octal 376 247 260 0 42 37 0 542 142 123
Binary 11111110 10100111 10110000 0 100010 11111 0 101100010 1100010 1010011

Color Harmonies of #FEA7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7B0

Black with #FEA7B0

Text Example


Text Example

White with #FEA7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7B0; }

 p { color: rgb(254,167,176); }

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

background-color css

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

 a { background-color: rgb(254,167,176); }

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

border-color css

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

 span { border-color: rgb(254,167,176); }

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