Html Css Color HEX #FEA7B2 Light Pink

📋 copy color: '#FEA7B2'

red 254 ◦ green 167 ◦ blue 178

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

Shades of Light Pink #FEA7B2

Tints of Light Pink #FEA7B2

RGB

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

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

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

R = 42.4%
G = 27.88%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEA7B2 (or 0xFEA7B2) is known color: Light Pink. HEX triplet: FE, A7 and B2. RGB value is (254,167,178). Sum of RGB (Red+Green+Blue) = 254+167+178=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 167 (65.62% from 255 or 27.88% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA7B2 is #01584D. Grayscale: #C2C2C2. Windows color (decimal): -88142 or 11708414. OLE color: 11708414.

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

Color convert

RGB 254 167 178 -
CMYK 0 0.34 0.30 0.00
HSL 352.41º 0.98% 0.83% -
HSV(B) 352.41º 0.34% 1% -
XYZ 62.73 51.92 48.84 -
YUV 194.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 254 167 178 0 0.34 0.30 0.00 352.41 0.98 0.83
Hex FE A7 B2 0 22 1E 0 160 62 53
Octal 376 247 262 0 42 36 0 540 142 123
Binary 11111110 10100111 10110010 0 100010 11110 0 101100000 1100010 1010011

Color Harmonies of #FEA7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7B2

Black with #FEA7B2

Text Example


Text Example

White with #FEA7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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