#FCA6CD

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

Shades of Carnation Pink #FCA6CD

Tints of Carnation Pink #FCA6CD

Color information

#FCA6CD (or 0xFCA6CD) is unknown color: approx Carnation Pink. HEX triplet: FC, A6 and CD. RGB value is (252,166,205). Sum of RGB (Red+Green+Blue) = 252+166+205=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6CD is #035932. Grayscale: #C4C4C4. Windows color (decimal): -219443 or 13477628. OLE color: 13477628.

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

Color convert

RGB252166205-
CMYK00.340.190.01
HSL332.79º93.48%81.96%-
HSV(B)332.79º34.13%98.82%-
XYZ64.852.3864.45-
YUV196.16132.99167.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 166 (65.23% from 255) = 26.65%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=40.45%
G=26.65%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216620500.340.190.01332.7993.4881.96
HexFCA6CD02213114d5d52
Octal374246315042231515135122
Binary111111001010011011001101010001010011110100110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6CD; }

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

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

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

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

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

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

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

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