#FCA9C2

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

Shades of Carnation Pink #FCA9C2

Tints of Carnation Pink #FCA9C2

Color information

#FCA9C2 (or 0xFCA9C2) is unknown color: approx Carnation Pink. HEX triplet: FC, A9 and C2. RGB value is (252,169,194). Sum of RGB (Red+Green+Blue) = 252+169+194=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9C2 is #03563D. Grayscale: #C4C4C4. Windows color (decimal): -218686 or 12757500. OLE color: 12757500.

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

Color convert

RGB252169194-
CMYK00.330.230.01
HSL341.93º93.26%82.55%-
HSV(B)341.93º32.94%98.82%-
XYZ64.0752.9757.89-
YUV196.67126.5167.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.98%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 194 (76.17% from 255) = 31.54%
R=40.98%
G=27.48%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216919400.330.230.01341.9393.2682.55
HexFCA9C20211711565d53
Octal374251302041271526135123
Binary111111001010100111000010010000110111110101011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9C2; }

 p { color: rgb(252,169,194); }

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

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

 a { background-color: rgb(252,169,194); }

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

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

 span { border-color: rgb(252,169,194); }

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