#F7AACA

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

Shades of Carnation Pink #F7AACA

Tints of Carnation Pink #F7AACA

Color information

#F7AACA (or 0xF7AACA) is unknown color: approx Carnation Pink. HEX triplet: F7, AA and CA. RGB value is (247,170,202). Sum of RGB (Red+Green+Blue) = 247+170+202=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AACA is #085535. Grayscale: #C4C4C4. Windows color (decimal): -546102 or 13282039. OLE color: 13282039.

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

Color convert

RGB247170202-
CMYK00.310.180.03
HSL335.06º82.8%81.76%-
HSV(B)335.06º31.17%96.86%-
XYZ63.3952.7962.73-
YUV196.67131.01163.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.90%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=39.90%
G=27.46%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717020200.310.180.03335.0682.881.76
HexF7AACA01F12314f5352
Octal367252312037223517123122
Binary111101111010101011001010011111100101110100111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AACA; }

 p { color: rgb(247,170,202); }

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

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

 a { background-color: rgb(247,170,202); }

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

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

 span { border-color: rgb(247,170,202); }

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