#FE9FC2

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

Shades of Carnation Pink #FE9FC2

Tints of Carnation Pink #FE9FC2

Color information

#FE9FC2 (or 0xFE9FC2) is unknown color: approx Carnation Pink. HEX triplet: FE, 9F and C2. RGB value is (254,159,194). Sum of RGB (Red+Green+Blue) = 254+159+194=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FC2 is #01603D. Grayscale: #BFBFBF. Windows color (decimal): -90174 or 12754942. OLE color: 12754942.

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

Color convert

RGB254159194-
CMYK00.370.240.00
HSL337.89º97.94%80.98%-
HSV(B)337.89º37.4%99.61%-
XYZ63.0149.7657.32-
YUV191.4129.47172.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=41.85%
G=26.19%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415919400.370.240.00337.8997.9480.98
HexFE9FC20251801526251
Octal376237302045300522142121
Binary111111101001111111000010010010111000010101001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FC2; }

 p { color: rgb(254,159,194); }

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

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

 a { background-color: rgb(254,159,194); }

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

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

 span { border-color: rgb(254,159,194); }

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