#F3AAC9

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

Shades of Carnation Pink #F3AAC9

Tints of Carnation Pink #F3AAC9

Color information

#F3AAC9 (or 0xF3AAC9) is unknown color: approx Carnation Pink. HEX triplet: F3, AA and C9. RGB value is (243,170,201). Sum of RGB (Red+Green+Blue) = 243+170+201=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AAC9 is #0C5536. Grayscale: #C3C3C3. Windows color (decimal): -808247 or 13216499. OLE color: 13216499.

HSL color Cylindrical-coordinate representation of color #F3AAC9: hue angle of 334.52º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3AAC9 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243170201-
CMYK00.300.170.05
HSL334.52º75.26%80.98%-
HSV(B)334.52º30.04%95.29%-
XYZ61.8852.0262.04-
YUV195.36131.18161.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.58%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=39.58%
G=27.69%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317020100.300.170.05334.5275.2680.98
HexF3AAC901E11514f4b51
Octal363252311036215517113121
Binary1111001110101010110010010111101000110110100111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AAC9; }

 p { color: rgb(243,170,201); }

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

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

 a { background-color: rgb(243,170,201); }

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

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

 span { border-color: rgb(243,170,201); }

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