#FCA4C4

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

Shades of Carnation Pink #FCA4C4

Tints of Carnation Pink #FCA4C4

Color information

#FCA4C4 (or 0xFCA4C4) is unknown color: approx Carnation Pink. HEX triplet: FC, A4 and C4. RGB value is (252,164,196). Sum of RGB (Red+Green+Blue) = 252+164+196=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4C4 is #035B3B. Grayscale: #C1C1C1. Windows color (decimal): -219964 or 12887292. OLE color: 12887292.

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

Color convert

RGB252164196-
CMYK00.350.220.01
HSL338.18º93.62%81.57%-
HSV(B)338.18º34.92%98.82%-
XYZ63.3851.2358.77-
YUV193.96129.15169.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 164 (64.45% from 255) = 26.80%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=41.18%
G=26.80%
B=32.03%

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
Decimal25216419600.350.220.01338.1893.6281.57
HexFCA4C40231611525e52
Octal374244304043261522136122
Binary111111001010010011000100010001110110110101001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4C4; }

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

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

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

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

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

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

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

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