#FCA8C6

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

Shades of Carnation Pink #FCA8C6

Tints of Carnation Pink #FCA8C6

Color information

#FCA8C6 (or 0xFCA8C6) is unknown color: approx Carnation Pink. HEX triplet: FC, A8 and C6. RGB value is (252,168,198). Sum of RGB (Red+Green+Blue) = 252+168+198=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8C6 is #035739. Grayscale: #C4C4C4. Windows color (decimal): -218938 or 13019388. OLE color: 13019388.

HSL color Cylindrical-coordinate representation of color #FCA8C6: hue angle of 338.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8C6 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252168198-
CMYK00.330.210.01
HSL338.57º93.33%82.35%-
HSV(B)338.57º33.33%98.82%-
XYZ64.3452.7860.22-
YUV196.54128.83167.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 168 (66.02% from 255) = 27.18%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=40.78%
G=27.18%
B=32.04%

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
Decimal25216819800.330.210.01338.5793.3382.35
HexFCA8C60211511535d52
Octal374250306041251523135122
Binary111111001010100011000110010000110101110101001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8C6; }

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

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

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

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

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

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

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

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