#FEA1CC

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

Shades of Carnation Pink #FEA1CC

Tints of Carnation Pink #FEA1CC

Color information

#FEA1CC (or 0xFEA1CC) is unknown color: approx Carnation Pink. HEX triplet: FE, A1 and CC. RGB value is (254,161,204). Sum of RGB (Red+Green+Blue) = 254+161+204=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1CC is #015E33. Grayscale: #C1C1C1. Windows color (decimal): -89652 or 13410814. OLE color: 13410814.

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

Color convert

RGB254161204-
CMYK00.370.200.00
HSL332.26º97.89%81.37%-
HSV(B)332.26º36.61%99.61%-
XYZ64.5250.9263.55-
YUV193.71133.81171-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 161 (63.28% from 255) = 26.01%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=41.03%
G=26.01%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416120400.370.200.00332.2697.8981.37
HexFEA1CC02514014c6251
Octal376241314045240514142121
Binary111111101010000111001100010010110100010100110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1CC; }

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

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

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

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

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

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

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

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