Html Css Color HEX #FEA5B2 Light Pink

📋 copy color: '#FEA5B2'

red 254 ◦ green 165 ◦ blue 178

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

Shades of Light Pink #FEA5B2

Tints of Light Pink #FEA5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.82%

R = 42.55%
G = 27.64%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEA5B2 (or 0xFEA5B2) is known color: Light Pink. HEX triplet: FE, A5 and B2. RGB value is (254,165,178). Sum of RGB (Red+Green+Blue) = 254+165+178=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 165 (64.84% from 255 or 27.64% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5B2 is #015A4D. Grayscale: #C1C1C1. Windows color (decimal): -88654 or 11707902. OLE color: 11707902.

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

Color convert

RGB 254 165 178 -
CMYK 0 0.35 0.30 0.00
HSL 351.24º 0.98% 0.82% -
HSV(B) 351.24º 0.35% 1% -
XYZ 62.36 51.2 48.71 -
YUV 193.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 254 165 178 0 0.35 0.30 0.00 351.24 0.98 0.82
Hex FE A5 B2 0 23 1E 0 15F 62 52
Octal 376 245 262 0 43 36 0 537 142 122
Binary 11111110 10100101 10110010 0 100011 11110 0 101011111 1100010 1010010

Color Harmonies of #FEA5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5B2

Black with #FEA5B2

Text Example


Text Example

White with #FEA5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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