#FCA9C4

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

Shades of Carnation Pink #FCA9C4

Tints of Carnation Pink #FCA9C4

Color information

#FCA9C4 (or 0xFCA9C4) is unknown color: approx Carnation Pink. HEX triplet: FC, A9 and C4. RGB value is (252,169,196). Sum of RGB (Red+Green+Blue) = 252+169+196=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9C4 is #03563B. Grayscale: #C4C4C4. Windows color (decimal): -218684 or 12888572. OLE color: 12888572.

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

Color convert

RGB252169196-
CMYK00.330.220.01
HSL340.48º93.26%82.55%-
HSV(B)340.48º32.94%98.82%-
XYZ64.353.0659.08-
YUV196.9127.5167.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 169 (66.41% from 255) = 27.39%
BLUE value IS 196 (76.95% from 255) = 31.77%
R=40.84%
G=27.39%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216919600.330.220.01340.4893.2682.55
HexFCA9C40211611545d53
Octal374251304041261524135123
Binary111111001010100111000100010000110110110101010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9C4; }

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

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

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

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

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

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

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

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