#FC9EC0

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

Shades of Carnation Pink #FC9EC0

Tints of Carnation Pink #FC9EC0

Color information

#FC9EC0 (or 0xFC9EC0) is unknown color: approx Carnation Pink. HEX triplet: FC, 9E and C0. RGB value is (252,158,192). Sum of RGB (Red+Green+Blue) = 252+158+192=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EC0 is #03613F. Grayscale: #BDBDBD. Windows color (decimal): -221504 or 12623612. OLE color: 12623612.

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

Color convert

RGB252158192-
CMYK00.370.240.01
HSL338.3º94%80.39%-
HSV(B)338.3º37.3%98.82%-
XYZ61.8948.9556.06-
YUV189.98129.14172.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 158 (62.11% from 255) = 26.25%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=41.86%
G=26.25%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215819200.370.240.01338.39480.39
HexFC9EC00251811525e50
Octal374236300045301522136120
Binary111111001001111011000000010010111000110101001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9EC0; }

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

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

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

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

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

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

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

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