#FEA4C8

Color #FEA4C8 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FEA4C8

Tints of Carnation Pink #FEA4C8

Color information

#FEA4C8 (or 0xFEA4C8) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and C8. RGB value is (254,164,200). Sum of RGB (Red+Green+Blue) = 254+164+200=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4C8 is #015B37. Grayscale: #C2C2C2. Windows color (decimal): -88888 or 13149438. OLE color: 13149438.

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

Color convert

RGB254164200-
CMYK00.350.210.00
HSL336º97.83%81.96%-
HSV(B)336º35.43%99.61%-
XYZ64.5751.7961.24-
YUV195.01130.82170.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 164 (64.45% from 255) = 26.54%
BLUE value IS 200 (78.52% from 255) = 32.36%
R=41.10%
G=26.54%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416420000.350.210.0033697.8381.96
HexFEA4C80231501506252
Octal376244310043250520142122
Binary111111101010010011001000010001110101010101000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4C8; }

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

 H1.HeaderClassName
 {
   color: #FEA4C8;
 }
 .AnyTagClassName
 {
   color: #FEA4C8;
 }
</style>
background-color css

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

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

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

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

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

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