#FC9CC1

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

Shades of Carnation Pink #FC9CC1

Tints of Carnation Pink #FC9CC1

Color information

#FC9CC1 (or 0xFC9CC1) is unknown color: approx Carnation Pink. HEX triplet: FC, 9C and C1. RGB value is (252,156,193). Sum of RGB (Red+Green+Blue) = 252+156+193=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CC1 is #03633E. Grayscale: #BCBCBC. Windows color (decimal): -222015 or 12688636. OLE color: 12688636.

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

Color convert

RGB252156193-
CMYK00.380.230.01
HSL336.88º94.12%80%-
HSV(B)336.88º38.1%98.82%-
XYZ61.6648.3256.53-
YUV188.92130.3172.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 156 (61.33% from 255) = 25.96%
BLUE value IS 193 (75.78% from 255) = 32.11%
R=41.93%
G=25.96%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215619300.380.230.01336.8894.1280
HexFC9CC10261711515e50
Octal374234301046271521136120
Binary111111001001110011000001010011010111110101000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CC1; }

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

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

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

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

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

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

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

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