#FCA3C6

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

Shades of Carnation Pink #FCA3C6

Tints of Carnation Pink #FCA3C6

Color information

#FCA3C6 (or 0xFCA3C6) is unknown color: approx Carnation Pink. HEX triplet: FC, A3 and C6. RGB value is (252,163,198). Sum of RGB (Red+Green+Blue) = 252+163+198=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3C6 is #035C39. Grayscale: #C1C1C1. Windows color (decimal): -220218 or 13018108. OLE color: 13018108.

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

Color convert

RGB252163198-
CMYK00.350.210.01
HSL336.4º93.68%81.37%-
HSV(B)336.4º35.32%98.82%-
XYZ63.4450.9759.92-
YUV193.6130.49169.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=41.11%
G=26.59%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216319800.350.210.01336.493.6881.37
HexFCA3C60231511505e51
Octal374243306043251520136121
Binary111111001010001111000110010001110101110101000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3C6; }

 p { color: rgb(252,163,198); }

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

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

 a { background-color: rgb(252,163,198); }

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

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

 span { border-color: rgb(252,163,198); }

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