#FCA9CC

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

Shades of Carnation Pink #FCA9CC

Tints of Carnation Pink #FCA9CC

Color information

#FCA9CC (or 0xFCA9CC) is unknown color: approx Carnation Pink. HEX triplet: FC, A9 and CC. RGB value is (252,169,204). Sum of RGB (Red+Green+Blue) = 252+169+204=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9CC is #035633. Grayscale: #C5C5C5. Windows color (decimal): -218676 or 13412860. OLE color: 13412860.

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

Color convert

RGB252169204-
CMYK00.330.190.01
HSL334.7º93.26%82.55%-
HSV(B)334.7º32.94%98.82%-
XYZ65.2353.4364-
YUV197.81131.5166.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 169 (66.41% from 255) = 27.04%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=40.32%
G=27.04%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216920400.330.190.01334.793.2682.55
HexFCA9CC02113114f5d53
Octal374251314041231517135123
Binary111111001010100111001100010000110011110100111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA9CC; }

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

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

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

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

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

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

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

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