#FCA5C8

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

Shades of Carnation Pink #FCA5C8

Tints of Carnation Pink #FCA5C8

Color information

#FCA5C8 (or 0xFCA5C8) is unknown color: approx Carnation Pink. HEX triplet: FC, A5 and C8. RGB value is (252,165,200). Sum of RGB (Red+Green+Blue) = 252+165+200=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 165 (64.84% from 255 or 26.74% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5C8 is #035A37. Grayscale: #C2C2C2. Windows color (decimal): -219704 or 13149692. OLE color: 13149692.

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

Color convert

RGB252165200-
CMYK00.350.210.01
HSL335.86º93.55%81.76%-
HSV(B)335.86º34.52%98.82%-
XYZ64.0351.7861.26-
YUV195130.82168.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 165 (64.84% from 255) = 26.74%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=40.84%
G=26.74%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216520000.350.210.01335.8693.5581.76
HexFCA5C80231511505e52
Octal374245310043251520136122
Binary111111001010010111001000010001110101110101000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5C8; }

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

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

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

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

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

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

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

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