Html Css Color HEX #FEA0BC Carnation Pink

📋 copy color: '#FEA0BC'

red 254 ◦ green 160 ◦ blue 188

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

Shades of Carnation Pink #FEA0BC

Tints of Carnation Pink #FEA0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.23%

R = 42.19%
G = 26.58%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEA0BC (or 0xFEA0BC) is known color: Carnation Pink. HEX triplet: FE, A0 and BC. RGB value is (254,160,188). Sum of RGB (Red+Green+Blue) = 254+160+188=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0BC is #015F43. Grayscale: #BFBFBF. Windows color (decimal): -89924 or 12361982. OLE color: 12361982.

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

Color convert

RGB 254 160 188 -
CMYK 0 0.37 0.26 0.00
HSL 342.13º 0.98% 0.81% -
HSV(B) 342.13º 0.37% 1% -
XYZ 62.52 49.84 53.9 -
YUV 191.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 254 160 188 0 0.37 0.26 0.00 342.13 0.98 0.81
Hex FE A0 BC 0 25 1A 0 156 62 51
Octal 376 240 274 0 45 32 0 526 142 121
Binary 11111110 10100000 10111100 0 100101 11010 0 101010110 1100010 1010001

Color Harmonies of #FEA0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0BC

Black with #FEA0BC

Text Example


Text Example

White with #FEA0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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