Html Css Color HEX #FEA0C8 Carnation Pink

📋 copy color: '#FEA0C8'

red 254 ◦ green 160 ◦ blue 200

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

Shades of Carnation Pink #FEA0C8

Tints of Carnation Pink #FEA0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.57%

R = 41.37%
G = 26.06%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEA0C8 (or 0xFEA0C8) is known color: Carnation Pink. HEX triplet: FE, A0 and C8. RGB value is (254,160,200). Sum of RGB (Red+Green+Blue) = 254+160+200=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0C8 is #015F37. Grayscale: #C0C0C0. Windows color (decimal): -89912 or 13148414. OLE color: 13148414.

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

Color convert

RGB 254 160 200 -
CMYK 0 0.37 0.21 0.00
HSL 334.47º 0.98% 0.81% -
HSV(B) 334.47º 0.37% 1% -
XYZ 63.87 50.38 61 -
YUV 192.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 254 160 200 0 0.37 0.21 0.00 334.47 0.98 0.81
Hex FE A0 C8 0 25 15 0 14E 62 51
Octal 376 240 310 0 45 25 0 516 142 121
Binary 11111110 10100000 11001000 0 100101 10101 0 101001110 1100010 1010001

Color Harmonies of #FEA0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0C8

Black with #FEA0C8

Text Example


Text Example

White with #FEA0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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