Html Css Color HEX #FEA0B9 Carnation Pink

📋 copy color: '#FEA0B9'

red 254 ◦ green 160 ◦ blue 185

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

Shades of Carnation Pink #FEA0B9

Tints of Carnation Pink #FEA0B9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.71%

 BLUE value IS 185 (72.66% from 255) = 30.88%

R = 42.4%
G = 26.71%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEA0B9 (or 0xFEA0B9) is known color: Carnation Pink. HEX triplet: FE, A0 and B9. RGB value is (254,160,185). Sum of RGB (Red+Green+Blue) = 254+160+185=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 185 (72.66% from 255 or 30.88% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0B9 is #015F46. Grayscale: #BEBEBE. Windows color (decimal): -89927 or 12165374. OLE color: 12165374.

HSL color Cylindrical-coordinate representation of color #FEA0B9: hue angle of 344.04º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0B9 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 160 185 -
CMYK 0 0.37 0.27 0.00
HSL 344.04º 0.98% 0.81% -
HSV(B) 344.04º 0.37% 1% -
XYZ 62.2 49.72 52.22 -
YUV 190.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 254 160 185 0 0.37 0.27 0.00 344.04 0.98 0.81
Hex FE A0 B9 0 25 1B 0 158 62 51
Octal 376 240 271 0 45 33 0 530 142 121
Binary 11111110 10100000 10111001 0 100101 11011 0 101011000 1100010 1010001

Color Harmonies of #FEA0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0B9

Black with #FEA0B9

Text Example


Text Example

White with #FEA0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0B9; }

 p { color: rgb(254,160,185); }

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

background-color css

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

 a { background-color: rgb(254,160,185); }

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

border-color css

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

 span { border-color: rgb(254,160,185); }

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