#FCACC6

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

Shades of Carnation Pink #FCACC6

Tints of Carnation Pink #FCACC6

Color information

#FCACC6 (or 0xFCACC6) is unknown color: approx Carnation Pink. HEX triplet: FC, AC and C6. RGB value is (252,172,198). Sum of RGB (Red+Green+Blue) = 252+172+198=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC6 is #035339. Grayscale: #C6C6C6. Windows color (decimal): -217914 or 13020412. OLE color: 13020412.

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

Color convert

RGB252172198-
CMYK00.320.210.01
HSL340.5º93.02%83.14%-
HSV(B)340.5º31.75%98.82%-
XYZ65.0954.2860.47-
YUV198.88127.5165.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=40.51%
G=27.65%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217219800.320.210.01340.593.0283.14
HexFCACC60201511545d53
Octal374254306040251524135123
Binary111111001010110011000110010000010101110101010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACC6; }

 p { color: rgb(252,172,198); }

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

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

 a { background-color: rgb(252,172,198); }

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

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

 span { border-color: rgb(252,172,198); }

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