#FEA1C2

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

Shades of Carnation Pink #FEA1C2

Tints of Carnation Pink #FEA1C2

Color information

#FEA1C2 (or 0xFEA1C2) is unknown color: approx Carnation Pink. HEX triplet: FE, A1 and C2. RGB value is (254,161,194). Sum of RGB (Red+Green+Blue) = 254+161+194=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1C2 is #015E3D. Grayscale: #C0C0C0. Windows color (decimal): -89662 or 12755454. OLE color: 12755454.

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

Color convert

RGB254161194-
CMYK00.370.240.00
HSL338.71º97.89%81.37%-
HSV(B)338.71º36.61%99.61%-
XYZ63.3650.4657.44-
YUV192.57128.81171.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 161 (63.28% from 255) = 26.44%
BLUE value IS 194 (76.17% from 255) = 31.86%
R=41.71%
G=26.44%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416119400.370.240.00338.7197.8981.37
HexFEA1C20251801536251
Octal376241302045300523142121
Binary111111101010000111000010010010111000010101001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1C2; }

 p { color: rgb(254,161,194); }

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

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

 a { background-color: rgb(254,161,194); }

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

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

 span { border-color: rgb(254,161,194); }

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