Html Css Color HEX #FEA5B8 Light Pink

📋 copy color: '#FEA5B8'

red 254 ◦ green 165 ◦ blue 184

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

Shades of Light Pink #FEA5B8

Tints of Light Pink #FEA5B8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.36%

 BLUE value IS 184 (72.27% from 255) = 30.51%

R = 42.12%
G = 27.36%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEA5B8 (or 0xFEA5B8) is known color: Light Pink. HEX triplet: FE, A5 and B8. RGB value is (254,165,184). Sum of RGB (Red+Green+Blue) = 254+165+184=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5B8 is #015A47. Grayscale: #C1C1C1. Windows color (decimal): -88648 or 12101118. OLE color: 12101118.

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

Color convert

RGB 254 165 184 -
CMYK 0 0.35 0.28 0.00
HSL 347.19º 0.98% 0.82% -
HSV(B) 347.19º 0.35% 1% -
XYZ 62.98 51.44 51.96 -
YUV 193.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 254 165 184 0 0.35 0.28 0.00 347.19 0.98 0.82
Hex FE A5 B8 0 23 1C 0 15B 62 52
Octal 376 245 270 0 43 34 0 533 142 122
Binary 11111110 10100101 10111000 0 100011 11100 0 101011011 1100010 1010010

Color Harmonies of #FEA5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5B8

Black with #FEA5B8

Text Example


Text Example

White with #FEA5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5B8; }

 p { color: rgb(254,165,184); }

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

background-color css

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

 a { background-color: rgb(254,165,184); }

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

border-color css

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

 span { border-color: rgb(254,165,184); }

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