Html Css Color HEX #FEA4B9 Light Pink

📋 copy color: '#FEA4B9'

red 254 ◦ green 164 ◦ blue 185

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

Shades of Light Pink #FEA4B9

Tints of Light Pink #FEA4B9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.2%

 BLUE value IS 185 (72.66% from 255) = 30.68%

R = 42.12%
G = 27.2%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEA4B9 (or 0xFEA4B9) is known color: Light Pink. HEX triplet: FE, A4 and B9. RGB value is (254,164,185). Sum of RGB (Red+Green+Blue) = 254+164+185=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4B9 is #015B46. Grayscale: #C1C1C1. Windows color (decimal): -88903 or 12166398. OLE color: 12166398.

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

Color convert

RGB 254 164 185 -
CMYK 0 0.35 0.27 0.00
HSL 346º 0.98% 0.82% -
HSV(B) 346º 0.35% 1% -
XYZ 62.91 51.12 52.45 -
YUV 193.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 254 164 185 0 0.35 0.27 0.00 346 0.98 0.82
Hex FE A4 B9 0 23 1B 0 15A 62 52
Octal 376 244 271 0 43 33 0 532 142 122
Binary 11111110 10100100 10111001 0 100011 11011 0 101011010 1100010 1010010

Color Harmonies of #FEA4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4B9

Black with #FEA4B9

Text Example


Text Example

White with #FEA4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4B9; }

 p { color: rgb(254,164,185); }

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

background-color css

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

 a { background-color: rgb(254,164,185); }

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

border-color css

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

 span { border-color: rgb(254,164,185); }

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