#FCA0C0

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

Shades of Carnation Pink #FCA0C0

Tints of Carnation Pink #FCA0C0

Color information

#FCA0C0 (or 0xFCA0C0) is unknown color: approx Carnation Pink. HEX triplet: FC, A0 and C0. RGB value is (252,160,192). Sum of RGB (Red+Green+Blue) = 252+160+192=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0C0 is #035F3F. Grayscale: #BFBFBF. Windows color (decimal): -220992 or 12624124. OLE color: 12624124.

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

Color convert

RGB252160192-
CMYK00.370.240.01
HSL339.13º93.88%80.78%-
HSV(B)339.13º36.51%98.82%-
XYZ62.2349.6456.17-
YUV191.16128.48171.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 160 (62.89% from 255) = 26.49%
BLUE value IS 192 (75.39% from 255) = 31.79%
R=41.72%
G=26.49%
B=31.79%

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
Decimal25216019200.370.240.01339.1393.8880.78
HexFCA0C00251811535e51
Octal374240300045301523136121
Binary111111001010000011000000010010111000110101001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0C0; }

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

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

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

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

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

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

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

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