#FE9AC9

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

Shades of Carnation Pink #FE9AC9

Tints of Carnation Pink #FE9AC9

Color information

#FE9AC9 (or 0xFE9AC9) is unknown color: approx Carnation Pink. HEX triplet: FE, 9A and C9. RGB value is (254,154,201). Sum of RGB (Red+Green+Blue) = 254+154+201=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9AC9 is #016536. Grayscale: #BDBDBD. Windows color (decimal): -91447 or 13212414. OLE color: 13212414.

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

Color convert

RGB254154201-
CMYK00.390.210.00
HSL331.8º98.04%80%-
HSV(B)331.8º39.37%99.61%-
XYZ62.9748.461.28-
YUV189.26134.63174.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 154 (60.55% from 255) = 25.29%
BLUE value IS 201 (78.91% from 255) = 33.00%
R=41.71%
G=25.29%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415420100.390.210.00331.898.0480
HexFE9AC902715014c6250
Octal376232311047250514142120
Binary111111101001101011001001010011110101010100110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9AC9; }

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

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

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

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

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

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

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

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