#FEA9C8

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

Shades of Carnation Pink #FEA9C8

Tints of Carnation Pink #FEA9C8

Color information

#FEA9C8 (or 0xFEA9C8) is unknown color: approx Carnation Pink. HEX triplet: FE, A9 and C8. RGB value is (254,169,200). Sum of RGB (Red+Green+Blue) = 254+169+200=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9C8 is #015637. Grayscale: #C5C5C5. Windows color (decimal): -87608 or 13150718. OLE color: 13150718.

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

Color convert

RGB254169200-
CMYK00.330.210.00
HSL338.12º97.7%82.94%-
HSV(B)338.12º33.46%99.61%-
XYZ65.4953.6261.54-
YUV197.95129.16167.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 200 (78.52% from 255) = 32.10%
R=40.77%
G=27.13%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416920000.330.210.00338.1297.782.94
HexFEA9C80211501526253
Octal376251310041250522142123
Binary111111101010100111001000010000110101010101001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9C8; }

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

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

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

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

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

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

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

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