#FCA3C7

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

Shades of Carnation Pink #FCA3C7

Tints of Carnation Pink #FCA3C7

Color information

#FCA3C7 (or 0xFCA3C7) is unknown color: approx Carnation Pink. HEX triplet: FC, A3 and C7. RGB value is (252,163,199). Sum of RGB (Red+Green+Blue) = 252+163+199=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 163 (64.06% from 255 or 26.55% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3C7 is #035C38. Grayscale: #C1C1C1. Windows color (decimal): -220217 or 13083644. OLE color: 13083644.

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

Color convert

RGB252163199-
CMYK00.350.210.01
HSL335.73º93.68%81.37%-
HSV(B)335.73º35.32%98.82%-
XYZ63.5551.0160.53-
YUV193.72130.99169.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 163 (64.06% from 255) = 26.55%
BLUE value IS 199 (78.12% from 255) = 32.41%
R=41.04%
G=26.55%
B=32.41%

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
Decimal25216319900.350.210.01335.7393.6881.37
HexFCA3C70231511505e51
Octal374243307043251520136121
Binary111111001010001111000111010001110101110101000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3C7; }

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

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

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

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

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

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

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

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