#FCA6BF

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

Shades of Carnation Pink #FCA6BF

Tints of Carnation Pink #FCA6BF

Color information

#FCA6BF (or 0xFCA6BF) is unknown color: approx Carnation Pink. HEX triplet: FC, A6 and BF. RGB value is (252,166,191). Sum of RGB (Red+Green+Blue) = 252+166+191=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6BF is #035940. Grayscale: #C2C2C2. Windows color (decimal): -219457 or 12560124. OLE color: 12560124.

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

Color convert

RGB252166191-
CMYK00.340.240.01
HSL342.56º93.48%81.96%-
HSV(B)342.56º34.13%98.82%-
XYZ63.1951.7355.94-
YUV194.56125.99168.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 166 (65.23% from 255) = 27.26%
BLUE value IS 191 (75% from 255) = 31.36%
R=41.38%
G=27.26%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216619100.340.240.01342.5693.4881.96
HexFCA6BF0221811575d52
Octal374246277042301527135122
Binary111111001010011010111111010001011000110101011110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6BF; }

 p { color: rgb(252,166,191); }

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

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

 a { background-color: rgb(252,166,191); }

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

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

 span { border-color: rgb(252,166,191); }

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