#FEAEC9

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

Shades of Carnation Pink #FEAEC9

Tints of Carnation Pink #FEAEC9

Color information

#FEAEC9 (or 0xFEAEC9) is unknown color: approx Carnation Pink. HEX triplet: FE, AE and C9. RGB value is (254,174,201). Sum of RGB (Red+Green+Blue) = 254+174+201=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEC9 is #015136. Grayscale: #C8C8C8. Windows color (decimal): -86327 or 13217534. OLE color: 13217534.

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

Color convert

RGB254174201-
CMYK00.310.210.00
HSL339.75º97.56%83.92%-
HSV(B)339.75º31.5%99.61%-
XYZ66.5555.5662.47-
YUV201128165.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.38%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 201 (78.91% from 255) = 31.96%
R=40.38%
G=27.66%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417420100.310.210.00339.7597.5683.92
HexFEAEC901F1501546254
Octal376256311037250524142124
Binary11111110101011101100100101111110101010101010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEC9; }

 p { color: rgb(254,174,201); }

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

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

 a { background-color: rgb(254,174,201); }

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

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

 span { border-color: rgb(254,174,201); }

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