#FEA4C7

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

Shades of Carnation Pink #FEA4C7

Tints of Carnation Pink #FEA4C7

Color information

#FEA4C7 (or 0xFEA4C7) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and C7. RGB value is (254,164,199). Sum of RGB (Red+Green+Blue) = 254+164+199=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4C7 is #015B38. Grayscale: #C2C2C2. Windows color (decimal): -88889 or 13083902. OLE color: 13083902.

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

Color convert

RGB254164199-
CMYK00.350.220.00
HSL336.67º97.83%81.96%-
HSV(B)336.67º35.43%99.61%-
XYZ64.4651.7560.62-
YUV194.9130.32170.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 164 (64.45% from 255) = 26.58%
BLUE value IS 199 (78.12% from 255) = 32.25%
R=41.17%
G=26.58%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416419900.350.220.00336.6797.8381.96
HexFEA4C70231601516252
Octal376244307043260521142122
Binary111111101010010011000111010001110110010101000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4C7; }

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

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

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

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

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

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

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

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