#FCAAC6

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

Shades of Carnation Pink #FCAAC6

Tints of Carnation Pink #FCAAC6

Color information

#FCAAC6 (or 0xFCAAC6) is unknown color: approx Carnation Pink. HEX triplet: FC, AA and C6. RGB value is (252,170,198). Sum of RGB (Red+Green+Blue) = 252+170+198=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAC6 is #035539. Grayscale: #C5C5C5. Windows color (decimal): -218426 or 13019900. OLE color: 13019900.

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

Color convert

RGB252170198-
CMYK00.330.210.01
HSL339.51º93.18%82.75%-
HSV(B)339.51º32.54%98.82%-
XYZ64.7153.5260.35-
YUV197.71128.17166.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 198 (77.73% from 255) = 31.94%
R=40.65%
G=27.42%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217019800.330.210.01339.5193.1882.75
HexFCAAC60211511545d53
Octal374252306041251524135123
Binary111111001010101011000110010000110101110101010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAC6; }

 p { color: rgb(252,170,198); }

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

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

 a { background-color: rgb(252,170,198); }

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

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

 span { border-color: rgb(252,170,198); }

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