#FCA4C1

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

Shades of Carnation Pink #FCA4C1

Tints of Carnation Pink #FCA4C1

Color information

#FCA4C1 (or 0xFCA4C1) is unknown color: approx Carnation Pink. HEX triplet: FC, A4 and C1. RGB value is (252,164,193). Sum of RGB (Red+Green+Blue) = 252+164+193=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4C1 is #035B3E. Grayscale: #C1C1C1. Windows color (decimal): -219967 or 12690684. OLE color: 12690684.

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

Color convert

RGB252164193-
CMYK00.350.230.01
HSL340.23º93.62%81.57%-
HSV(B)340.23º34.92%98.82%-
XYZ63.0551.156.99-
YUV193.62127.65169.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 164 (64.45% from 255) = 26.93%
BLUE value IS 193 (75.78% from 255) = 31.69%
R=41.38%
G=26.93%
B=31.69%

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
Decimal25216419300.350.230.01340.2393.6281.57
HexFCA4C10231711545e52
Octal374244301043271524136122
Binary111111001010010011000001010001110111110101010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4C1; }

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

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

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

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

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

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

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

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