#FCA2BE

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

Shades of Carnation Pink #FCA2BE

Tints of Carnation Pink #FCA2BE

Color information

#FCA2BE (or 0xFCA2BE) is unknown color: approx Carnation Pink. HEX triplet: FC, A2 and BE. RGB value is (252,162,190). Sum of RGB (Red+Green+Blue) = 252+162+190=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2BE is #035D41. Grayscale: #C0C0C0. Windows color (decimal): -220482 or 12493564. OLE color: 12493564.

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

Color convert

RGB252162190-
CMYK00.360.250.01
HSL341.33º93.75%81.18%-
HSV(B)341.33º35.71%98.82%-
XYZ62.3650.2555.13-
YUV192.1126.82170.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 162 (63.67% from 255) = 26.82%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=41.72%
G=26.82%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216219000.360.250.01341.3393.7581.18
HexFCA2BE0241911555e51
Octal374242276044311525136121
Binary111111001010001010111110010010011001110101010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2BE; }

 p { color: rgb(252,162,190); }

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

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

 a { background-color: rgb(252,162,190); }

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

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

 span { border-color: rgb(252,162,190); }

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