Html Css Color HEX #FEA4BA Carnation Pink

📋 copy color: '#FEA4BA'

red 254 ◦ green 164 ◦ blue 186

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

Shades of Carnation Pink #FEA4BA

Tints of Carnation Pink #FEA4BA

RGB

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

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

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

R = 42.05%
G = 27.15%
B = 30.79%

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

#FEA4BA (or 0xFEA4BA) is known color: Carnation Pink. HEX triplet: FE, A4 and BA. RGB value is (254,164,186). Sum of RGB (Red+Green+Blue) = 254+164+186=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4BA is #015B45. Grayscale: #C1C1C1. Windows color (decimal): -88902 or 12231934. OLE color: 12231934.

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

Color convert

RGB 254 164 186 -
CMYK 0 0.35 0.27 0.00
HSL 345.33º 0.98% 0.82% -
HSV(B) 345.33º 0.35% 1% -
XYZ 63.01 51.17 53.01 -
YUV 193.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 254 164 186 0 0.35 0.27 0.00 345.33 0.98 0.82
Hex FE A4 BA 0 23 1B 0 159 62 52
Octal 376 244 272 0 43 33 0 531 142 122
Binary 11111110 10100100 10111010 0 100011 11011 0 101011001 1100010 1010010

Color Harmonies of #FEA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4BA

Black with #FEA4BA

Text Example


Text Example

White with #FEA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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