#FCA4C3

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

Shades of Carnation Pink #FCA4C3

Tints of Carnation Pink #FCA4C3

Color information

#FCA4C3 (or 0xFCA4C3) is unknown color: approx Carnation Pink. HEX triplet: FC, A4 and C3. RGB value is (252,164,195). Sum of RGB (Red+Green+Blue) = 252+164+195=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4C3 is #035B3C. Grayscale: #C1C1C1. Windows color (decimal): -219965 or 12821756. OLE color: 12821756.

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

Color convert

RGB252164195-
CMYK00.350.230.01
HSL338.86º93.62%81.57%-
HSV(B)338.86º34.92%98.82%-
XYZ63.2751.1958.18-
YUV193.85128.65169.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 195 (76.56% from 255) = 31.91%
R=41.24%
G=26.84%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216419500.350.230.01338.8693.6281.57
HexFCA4C30231711535e52
Octal374244303043271523136122
Binary111111001010010011000011010001110111110101001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4C3; }

 p { color: rgb(252,164,195); }

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

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

 a { background-color: rgb(252,164,195); }

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

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

 span { border-color: rgb(252,164,195); }

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