#F7ACCA

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

Shades of Carnation Pink #F7ACCA

Tints of Carnation Pink #F7ACCA

Color information

#F7ACCA (or 0xF7ACCA) is unknown color: approx Carnation Pink. HEX triplet: F7, AC and CA. RGB value is (247,172,202). Sum of RGB (Red+Green+Blue) = 247+172+202=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACCA is #085335. Grayscale: #C5C5C5. Windows color (decimal): -545590 or 13282551. OLE color: 13282551.

HSL color Cylindrical-coordinate representation of color #F7ACCA: hue angle of 336º 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 #F7ACCA is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247172202-
CMYK00.300.180.03
HSL336º82.42%82.16%-
HSV(B)336º30.36%96.86%-
XYZ63.7753.5462.85-
YUV197.84130.35163.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.77%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=39.77%
G=27.70%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717220200.300.180.0333682.4282.16
HexF7ACCA01E1231505252
Octal367254312036223520122122
Binary111101111010110011001010011110100101110101000010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACCA; }

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

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

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

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

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

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

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

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