#FC9CC4

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

Shades of Carnation Pink #FC9CC4

Tints of Carnation Pink #FC9CC4

Color information

#FC9CC4 (or 0xFC9CC4) is unknown color: approx Carnation Pink. HEX triplet: FC, 9C and C4. RGB value is (252,156,196). Sum of RGB (Red+Green+Blue) = 252+156+196=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CC4 is #03633B. Grayscale: #BDBDBD. Windows color (decimal): -222012 or 12885244. OLE color: 12885244.

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

Color convert

RGB252156196-
CMYK00.380.220.01
HSL335º94.12%80%-
HSV(B)335º38.1%98.82%-
XYZ6248.4658.31-
YUV189.26131.8172.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 156 (61.33% from 255) = 25.83%
BLUE value IS 196 (76.95% from 255) = 32.45%
R=41.72%
G=25.83%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215619600.380.220.0133594.1280
HexFC9CC402616114f5e50
Octal374234304046261517136120
Binary111111001001110011000100010011010110110100111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CC4; }

 p { color: rgb(252,156,196); }

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

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

 a { background-color: rgb(252,156,196); }

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

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

 span { border-color: rgb(252,156,196); }

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