#FCACC9

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

Shades of Carnation Pink #FCACC9

Tints of Carnation Pink #FCACC9

Color information

#FCACC9 (or 0xFCACC9) is unknown color: approx Carnation Pink. HEX triplet: FC, AC and C9. RGB value is (252,172,201). Sum of RGB (Red+Green+Blue) = 252+172+201=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC9 is #035336. Grayscale: #C7C7C7. Windows color (decimal): -217911 or 13217020. OLE color: 13217020.

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

Color convert

RGB252172201-
CMYK00.320.200.01
HSL338.25º93.02%83.14%-
HSV(B)338.25º31.75%98.82%-
XYZ65.4454.4262.31-
YUV199.23129165.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 201 (78.91% from 255) = 32.16%
R=40.32%
G=27.52%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217220100.320.200.01338.2593.0283.14
HexFCACC90201411525d53
Octal374254311040241522135123
Binary111111001010110011001001010000010100110101001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACC9; }

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

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

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

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

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

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

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

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