#FCACC8

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

Shades of Carnation Pink #FCACC8

Tints of Carnation Pink #FCACC8

Color information

#FCACC8 (or 0xFCACC8) is unknown color: approx Carnation Pink. HEX triplet: FC, AC and C8. RGB value is (252,172,200). Sum of RGB (Red+Green+Blue) = 252+172+200=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC8 is #035337. Grayscale: #C7C7C7. Windows color (decimal): -217912 or 13151484. OLE color: 13151484.

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

Color convert

RGB252172200-
CMYK00.320.210.01
HSL339º93.02%83.14%-
HSV(B)339º31.75%98.82%-
XYZ65.3254.3761.7-
YUV199.11128.5165.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=40.38%
G=27.56%
B=32.05%

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
Decimal25217220000.320.210.0133993.0283.14
HexFCACC80201511535d53
Octal374254310040251523135123
Binary111111001010110011001000010000010101110101001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACC8; }

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

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

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

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

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

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

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

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