#F7ACC9

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

Shades of Carnation Pink #F7ACC9

Tints of Carnation Pink #F7ACC9

Color information

#F7ACC9 (or 0xF7ACC9) is unknown color: approx Carnation Pink. HEX triplet: F7, AC and C9. RGB value is (247,172,201). Sum of RGB (Red+Green+Blue) = 247+172+201=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACC9 is #085336. Grayscale: #C5C5C5. Windows color (decimal): -545591 or 13217015. OLE color: 13217015.

HSL color Cylindrical-coordinate representation of color #F7ACC9: hue angle of 336.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ACC9 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB247172201-
CMYK00.300.190.03
HSL336.8º82.42%82.16%-
HSV(B)336.8º30.36%96.86%-
XYZ63.6553.562.23-
YUV197.73129.85163.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.84%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=39.84%
G=27.74%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717220100.300.190.03336.882.4282.16
HexF7ACC901E1331515252
Octal367254311036233521122122
Binary111101111010110011001001011110100111110101000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACC9; }

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

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

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

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

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

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

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

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