#FCAAC5

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

Shades of Carnation Pink #FCAAC5

Tints of Carnation Pink #FCAAC5

Color information

#FCAAC5 (or 0xFCAAC5) is unknown color: approx Carnation Pink. HEX triplet: FC, AA and C5. RGB value is (252,170,197). Sum of RGB (Red+Green+Blue) = 252+170+197=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAC5 is #03553A. Grayscale: #C5C5C5. Windows color (decimal): -218427 or 12954364. OLE color: 12954364.

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

Color convert

RGB252170197-
CMYK00.330.220.01
HSL340.24º93.18%82.75%-
HSV(B)340.24º32.54%98.82%-
XYZ64.653.4859.74-
YUV197.6127.67166.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 197 (77.34% from 255) = 31.83%
R=40.71%
G=27.46%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217019700.330.220.01340.2493.1882.75
HexFCAAC50211611545d53
Octal374252305041261524135123
Binary111111001010101011000101010000110110110101010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAC5; }

 p { color: rgb(252,170,197); }

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

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

 a { background-color: rgb(252,170,197); }

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

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

 span { border-color: rgb(252,170,197); }

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