#FCA5C0

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

Shades of Carnation Pink #FCA5C0

Tints of Carnation Pink #FCA5C0

Color information

#FCA5C0 (or 0xFCA5C0) is unknown color: approx Carnation Pink. HEX triplet: FC, A5 and C0. RGB value is (252,165,192). Sum of RGB (Red+Green+Blue) = 252+165+192=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5C0 is #035A3F. Grayscale: #C2C2C2. Windows color (decimal): -219712 or 12625404. OLE color: 12625404.

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

Color convert

RGB252165192-
CMYK00.350.240.01
HSL341.38º93.55%81.76%-
HSV(B)341.38º34.52%98.82%-
XYZ63.1151.4156.47-
YUV194.09126.82169.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 165 (64.84% from 255) = 27.09%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=41.38%
G=27.09%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216519200.350.240.01341.3893.5581.76
HexFCA5C00231811555e52
Octal374245300043301525136122
Binary111111001010010111000000010001111000110101010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5C0; }

 p { color: rgb(252,165,192); }

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

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

 a { background-color: rgb(252,165,192); }

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

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

 span { border-color: rgb(252,165,192); }

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