#FCA1BD

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

Shades of Carnation Pink #FCA1BD

Tints of Carnation Pink #FCA1BD

Color information

#FCA1BD (or 0xFCA1BD) is unknown color: approx Carnation Pink. HEX triplet: FC, A1 and BD. RGB value is (252,161,189). Sum of RGB (Red+Green+Blue) = 252+161+189=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1BD is #035E42. Grayscale: #BFBFBF. Windows color (decimal): -220739 or 12427772. OLE color: 12427772.

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

Color convert

RGB252161189-
CMYK00.360.250.01
HSL341.54º93.81%80.98%-
HSV(B)341.54º36.11%98.82%-
XYZ62.0849.8654.5-
YUV191.4126.65171.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=41.86%
G=26.74%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216118900.360.250.01341.5493.8180.98
HexFCA1BD0241911565e51
Octal374241275044311526136121
Binary111111001010000110111101010010011001110101011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1BD; }

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

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

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

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

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

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

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

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