#FEA4C1

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

Shades of Carnation Pink #FEA4C1

Tints of Carnation Pink #FEA4C1

Color information

#FEA4C1 (or 0xFEA4C1) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and C1. RGB value is (254,164,193). Sum of RGB (Red+Green+Blue) = 254+164+193=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4C1 is #015B3E. Grayscale: #C2C2C2. Windows color (decimal): -88895 or 12690686. OLE color: 12690686.

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

Color convert

RGB254164193-
CMYK00.350.240.00
HSL340.67º97.83%81.96%-
HSV(B)340.67º35.43%99.61%-
XYZ63.7751.4757.03-
YUV194.22127.32170.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 193 (75.78% from 255) = 31.59%
R=41.57%
G=26.84%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416419300.350.240.00340.6797.8381.96
HexFEA4C10231801556252
Octal376244301043300525142122
Binary111111101010010011000001010001111000010101010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4C1; }

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

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

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

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

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

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

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

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