Html Css Color HEX #FEA8B0 Light Pink

📋 copy color: '#FEA8B0'

red 254 ◦ green 168 ◦ blue 176

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

Shades of Light Pink #FEA8B0

Tints of Light Pink #FEA8B0

RGB

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

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

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

R = 42.47%
G = 28.09%
B = 29.43%

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

#FEA8B0 (or 0xFEA8B0) is known color: Light Pink. HEX triplet: FE, A8 and B0. RGB value is (254,168,176). Sum of RGB (Red+Green+Blue) = 254+168+176=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8B0 is #01574F. Grayscale: #C2C2C2. Windows color (decimal): -87888 or 11577598. OLE color: 11577598.

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

Color convert

RGB 254 168 176 -
CMYK 0 0.34 0.31 0.00
HSL 354.42º 0.98% 0.83% -
HSV(B) 354.42º 0.34% 1% -
XYZ 62.71 52.21 47.85 -
YUV 194.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 254 168 176 0 0.34 0.31 0.00 354.42 0.98 0.83
Hex FE A8 B0 0 22 1F 0 162 62 53
Octal 376 250 260 0 42 37 0 542 142 123
Binary 11111110 10101000 10110000 0 100010 11111 0 101100010 1100010 1010011

Color Harmonies of #FEA8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8B0

Black with #FEA8B0

Text Example


Text Example

White with #FEA8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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