#FC9ECB

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

Shades of Carnation Pink #FC9ECB

Tints of Carnation Pink #FC9ECB

Color information

#FC9ECB (or 0xFC9ECB) is unknown color: approx Carnation Pink. HEX triplet: FC, 9E and CB. RGB value is (252,158,203). Sum of RGB (Red+Green+Blue) = 252+158+203=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9ECB is #036134. Grayscale: #BFBFBF. Windows color (decimal): -221493 or 13344508. OLE color: 13344508.

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

Color convert

RGB252158203-
CMYK00.370.190.01
HSL331.28º94%80.39%-
HSV(B)331.28º37.3%98.82%-
XYZ63.1549.4662.72-
YUV191.24134.64171.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 158 (62.11% from 255) = 25.77%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=41.11%
G=25.77%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215820300.370.190.01331.289480.39
HexFC9ECB02513114b5e50
Octal374236313045231513136120
Binary111111001001111011001011010010110011110100101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9ECB; }

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

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

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

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

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

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

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

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