#FCA4BC

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

Shades of Carnation Pink #FCA4BC

Tints of Carnation Pink #FCA4BC

Color information

#FCA4BC (or 0xFCA4BC) is unknown color: approx Carnation Pink. HEX triplet: FC, A4 and BC. RGB value is (252,164,188). Sum of RGB (Red+Green+Blue) = 252+164+188=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4BC is #035B43. Grayscale: #C1C1C1. Windows color (decimal): -219972 or 12363004. OLE color: 12363004.

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

Color convert

RGB252164188-
CMYK00.350.250.01
HSL343.64º93.62%81.57%-
HSV(B)343.64º34.92%98.82%-
XYZ62.550.8854.1-
YUV193.05125.15170.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=41.72%
G=27.15%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216418800.350.250.01343.6493.6281.57
HexFCA4BC0231911585e52
Octal374244274043311530136122
Binary111111001010010010111100010001111001110101100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4BC; }

 p { color: rgb(252,164,188); }

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

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

 a { background-color: rgb(252,164,188); }

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

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

 span { border-color: rgb(252,164,188); }

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