#FCA9C3

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

Shades of Carnation Pink #FCA9C3

Tints of Carnation Pink #FCA9C3

Color information

#FCA9C3 (or 0xFCA9C3) is unknown color: approx Carnation Pink. HEX triplet: FC, A9 and C3. RGB value is (252,169,195). Sum of RGB (Red+Green+Blue) = 252+169+195=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9C3 is #03563C. Grayscale: #C4C4C4. Windows color (decimal): -218685 or 12823036. OLE color: 12823036.

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

Color convert

RGB252169195-
CMYK00.330.230.01
HSL341.2º93.26%82.55%-
HSV(B)341.2º32.94%98.82%-
XYZ64.1853.0158.48-
YUV196.78127167.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=40.91%
G=27.44%
B=31.66%

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
Decimal25216919500.330.230.01341.293.2682.55
HexFCA9C30211711555d53
Octal374251303041271525135123
Binary111111001010100111000011010000110111110101010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9C3; }

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

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

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

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

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

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

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

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