Html Css Color HEX #FEA8BA Light Pink

📋 copy color: '#FEA8BA'

red 254 ◦ green 168 ◦ blue 186

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

Shades of Light Pink #FEA8BA

Tints of Light Pink #FEA8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.59%

R = 41.78%
G = 27.63%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEA8BA (or 0xFEA8BA) is known color: Light Pink. HEX triplet: FE, A8 and BA. RGB value is (254,168,186). Sum of RGB (Red+Green+Blue) = 254+168+186=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8BA is #015745. Grayscale: #C3C3C3. Windows color (decimal): -87878 or 12232958. OLE color: 12232958.

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

Color convert

RGB 254 168 186 -
CMYK 0 0.34 0.27 0.00
HSL 347.44º 0.98% 0.83% -
HSV(B) 347.44º 0.34% 1% -
XYZ 63.74 52.62 53.25 -
YUV 195.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 254 168 186 0 0.34 0.27 0.00 347.44 0.98 0.83
Hex FE A8 BA 0 22 1B 0 15B 62 53
Octal 376 250 272 0 42 33 0 533 142 123
Binary 11111110 10101000 10111010 0 100010 11011 0 101011011 1100010 1010011

Color Harmonies of #FEA8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8BA

Black with #FEA8BA

Text Example


Text Example

White with #FEA8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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