#FCA3BB

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

Shades of Carnation Pink #FCA3BB

Tints of Carnation Pink #FCA3BB

Color information

#FCA3BB (or 0xFCA3BB) is unknown color: approx Carnation Pink. HEX triplet: FC, A3 and BB. RGB value is (252,163,187). Sum of RGB (Red+Green+Blue) = 252+163+187=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3BB is #035C44. Grayscale: #C0C0C0. Windows color (decimal): -220229 or 12297212. OLE color: 12297212.

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

Color convert

RGB252163187-
CMYK00.350.260.01
HSL343.82º93.68%81.37%-
HSV(B)343.82º35.32%98.82%-
XYZ62.2150.4853.48-
YUV192.35124.99170.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 163 (64.06% from 255) = 27.08%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=41.86%
G=27.08%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216318700.350.260.01343.8293.6881.37
HexFCA3BB0231A11585e51
Octal374243273043321530136121
Binary111111001010001110111011010001111010110101100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3BB; }

 p { color: rgb(252,163,187); }

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

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

 a { background-color: rgb(252,163,187); }

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

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

 span { border-color: rgb(252,163,187); }

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