#FCA2C1

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

Shades of Carnation Pink #FCA2C1

Tints of Carnation Pink #FCA2C1

Color information

#FCA2C1 (or 0xFCA2C1) is unknown color: approx Carnation Pink. HEX triplet: FC, A2 and C1. RGB value is (252,162,193). Sum of RGB (Red+Green+Blue) = 252+162+193=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2C1 is #035D3E. Grayscale: #C0C0C0. Windows color (decimal): -220479 or 12690172. OLE color: 12690172.

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

Color convert

RGB252162193-
CMYK00.360.230.01
HSL339.33º93.75%81.18%-
HSV(B)339.33º35.71%98.82%-
XYZ62.6950.3956.87-
YUV192.44128.32170.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 162 (63.67% from 255) = 26.69%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=41.52%
G=26.69%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216219300.360.230.01339.3393.7581.18
HexFCA2C10241711535e51
Octal374242301044271523136121
Binary111111001010001011000001010010010111110101001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2C1; }

 p { color: rgb(252,162,193); }

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

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

 a { background-color: rgb(252,162,193); }

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

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

 span { border-color: rgb(252,162,193); }

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