#FCA1C6

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

Shades of Carnation Pink #FCA1C6

Tints of Carnation Pink #FCA1C6

Color information

#FCA1C6 (or 0xFCA1C6) is unknown color: approx Carnation Pink. HEX triplet: FC, A1 and C6. RGB value is (252,161,198). Sum of RGB (Red+Green+Blue) = 252+161+198=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1C6 is #035E39. Grayscale: #C0C0C0. Windows color (decimal): -220730 or 13017596. OLE color: 13017596.

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

Color convert

RGB252161198-
CMYK00.360.210.01
HSL335.6º93.81%80.98%-
HSV(B)335.6º36.11%98.82%-
XYZ63.0850.2659.8-
YUV192.43131.15170.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 161 (63.28% from 255) = 26.35%
BLUE value IS 198 (77.73% from 255) = 32.41%
R=41.24%
G=26.35%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216119800.360.210.01335.693.8180.98
HexFCA1C60241511505e51
Octal374241306044251520136121
Binary111111001010000111000110010010010101110101000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1C6; }

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

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

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

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

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

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

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

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