#FCA1CD

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

Shades of Carnation Pink #FCA1CD

Tints of Carnation Pink #FCA1CD

Color information

#FCA1CD (or 0xFCA1CD) is unknown color: approx Carnation Pink. HEX triplet: FC, A1 and CD. RGB value is (252,161,205). Sum of RGB (Red+Green+Blue) = 252+161+205=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1CD is #035E32. Grayscale: #C1C1C1. Windows color (decimal): -220723 or 13476348. OLE color: 13476348.

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

Color convert

RGB252161205-
CMYK00.360.190.01
HSL330.99º93.81%80.98%-
HSV(B)330.99º36.11%98.82%-
XYZ63.9150.5964.15-
YUV193.22134.65169.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=40.78%
G=26.05%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216120500.360.190.01330.9993.8180.98
HexFCA1CD02413114b5e51
Octal374241315044231513136121
Binary111111001010000111001101010010010011110100101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1CD; }

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

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

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

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

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

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

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

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