Html Css Color HEX #FEA0C5 Carnation Pink

📋 copy color: '#FEA0C5'

red 254 ◦ green 160 ◦ blue 197

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

Shades of Carnation Pink #FEA0C5

Tints of Carnation Pink #FEA0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.24%

R = 41.57%
G = 26.19%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEA0C5 (or 0xFEA0C5) is known color: Carnation Pink. HEX triplet: FE, A0 and C5. RGB value is (254,160,197). Sum of RGB (Red+Green+Blue) = 254+160+197=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0C5 is #015F3A. Grayscale: #C0C0C0. Windows color (decimal): -89915 or 12951806. OLE color: 12951806.

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

Color convert

RGB 254 160 197 -
CMYK 0 0.37 0.22 0.00
HSL 336.38º 0.98% 0.81% -
HSV(B) 336.38º 0.37% 1% -
XYZ 63.52 50.24 59.17 -
YUV 192.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 254 160 197 0 0.37 0.22 0.00 336.38 0.98 0.81
Hex FE A0 C5 0 25 16 0 150 62 51
Octal 376 240 305 0 45 26 0 520 142 121
Binary 11111110 10100000 11000101 0 100101 10110 0 101010000 1100010 1010001

Color Harmonies of #FEA0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0C5

Black with #FEA0C5

Text Example


Text Example

White with #FEA0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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