#FC9EC7

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

Shades of Carnation Pink #FC9EC7

Tints of Carnation Pink #FC9EC7

Color information

#FC9EC7 (or 0xFC9EC7) is unknown color: approx Carnation Pink. HEX triplet: FC, 9E and C7. RGB value is (252,158,199). Sum of RGB (Red+Green+Blue) = 252+158+199=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EC7 is #036138. Grayscale: #BEBEBE. Windows color (decimal): -221497 or 13082364. OLE color: 13082364.

HSL color Cylindrical-coordinate representation of color #FC9EC7: hue angle of 333.83º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9EC7 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252158199-
CMYK00.370.210.01
HSL333.83º94%80.39%-
HSV(B)333.83º37.3%98.82%-
XYZ62.6849.2760.24-
YUV190.78132.64171.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 158 (62.11% from 255) = 25.94%
BLUE value IS 199 (78.12% from 255) = 32.68%
R=41.38%
G=25.94%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215819900.370.210.01333.839480.39
HexFC9EC702515114e5e50
Octal374236307045251516136120
Binary111111001001111011000111010010110101110100111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9EC7; }

 p { color: rgb(252,158,199); }

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

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

 a { background-color: rgb(252,158,199); }

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

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

 span { border-color: rgb(252,158,199); }

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