#FFACC9

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

Shades of Carnation Pink #FFACC9

Tints of Carnation Pink #FFACC9

Color information

#FFACC9 (or 0xFFACC9) is unknown color: approx Carnation Pink. HEX triplet: FF, AC and C9. RGB value is (255,172,201). Sum of RGB (Red+Green+Blue) = 255+172+201=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC9 is #005336. Grayscale: #C8C8C8. Windows color (decimal): -21303 or 13217023. OLE color: 13217023.

HSL color Cylindrical-coordinate representation of color #FFACC9: hue angle of 339.04º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACC9 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255172201-
CMYK00.330.210
HSL339.04º100%83.73%-
HSV(B)339.04º32.55%100%-
XYZ66.5454.9862.36-
YUV200.12128.5167.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=40.61%
G=27.39%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517220100.330.210339.0410083.73
HexFFACC90211501536454
Octal377254311041250523144124
Binary111111111010110011001001010000110101010101001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACC9; }

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

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

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

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

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

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

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

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