#F9AACA

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

Shades of Carnation Pink #F9AACA

Tints of Carnation Pink #F9AACA

Color information

#F9AACA (or 0xF9AACA) is unknown color: approx Carnation Pink. HEX triplet: F9, AA and CA. RGB value is (249,170,202). Sum of RGB (Red+Green+Blue) = 249+170+202=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AACA is #065535. Grayscale: #C5C5C5. Windows color (decimal): -415030 or 13282041. OLE color: 13282041.

HSL color Cylindrical-coordinate representation of color #F9AACA: hue angle of 335.7º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9AACA is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249170202-
CMYK00.320.190.02
HSL335.7º86.81%82.16%-
HSV(B)335.7º31.73%97.65%-
XYZ64.153.1562.76-
YUV197.27130.67164.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.10%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=40.10%
G=27.38%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917020200.320.190.02335.786.8182.16
HexF9AACA0201321505752
Octal371252312040232520127122
Binary1111100110101010110010100100000100111010101000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AACA; }

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

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

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

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

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

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

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

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