#FEA9CC

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

Shades of Carnation Pink #FEA9CC

Tints of Carnation Pink #FEA9CC

Color information

#FEA9CC (or 0xFEA9CC) is unknown color: approx Carnation Pink. HEX triplet: FE, A9 and CC. RGB value is (254,169,204). Sum of RGB (Red+Green+Blue) = 254+169+204=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9CC is #015633. Grayscale: #C6C6C6. Windows color (decimal): -87604 or 13412862. OLE color: 13412862.

HSL color Cylindrical-coordinate representation of color #FEA9CC: hue angle of 335.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9CC is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254169204-
CMYK00.330.200.00
HSL335.29º97.7%82.94%-
HSV(B)335.29º33.46%99.61%-
XYZ65.9653.8164.04-
YUV198.4131.16167.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 169 (66.41% from 255) = 26.95%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=40.51%
G=26.95%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416920400.330.200.00335.2997.782.94
HexFEA9CC02114014f6253
Octal376251314041240517142123
Binary111111101010100111001100010000110100010100111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9CC; }

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

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

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

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

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

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

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

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