#fca3c5

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

Shades of Carnation Pink #FCA3C5

Tints of Carnation Pink #FCA3C5

Color information

#FCA3C5 (or 0xFCA3C5) is unknown color: approx Carnation Pink. HEX triplet: FC, A3 and C5. RGB value is (252,163,197). Sum of RGB (Red+Green+Blue) = 252+163+197=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3C5 is #035C3A. Grayscale: #C1C1C1. Windows color (decimal): -220219 or 12952572. OLE color: 12952572.

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

Color convert

RGB252163197-
CMYK00.350.220.01
HSL337.08º93.68%81.37%-
HSV(B)337.08º35.32%98.82%-
XYZ63.3250.9259.31-
YUV193.49129.99169.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 163 (64.06% from 255) = 26.63%
BLUE value IS 197 (77.34% from 255) = 32.19%
R=41.18%
G=26.63%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216319700.350.220.01337.0893.6881.37
HexFCA3C50231611515e51
Octal374243305043261521136121
Binary111111001010001111000101010001110110110101000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fca3c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fca3c5; }

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

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

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

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

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

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

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

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