#F3AAC8

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

Shades of Carnation Pink #F3AAC8

Tints of Carnation Pink #F3AAC8

Color information

#F3AAC8 (or 0xF3AAC8) is unknown color: approx Carnation Pink. HEX triplet: F3, AA and C8. RGB value is (243,170,200). Sum of RGB (Red+Green+Blue) = 243+170+200=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AAC8 is #0C5537. Grayscale: #C3C3C3. Windows color (decimal): -808248 or 13150963. OLE color: 13150963.

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

Color convert

RGB243170200-
CMYK00.300.180.05
HSL335.34º75.26%80.98%-
HSV(B)335.34º30.04%95.29%-
XYZ61.7651.9761.42-
YUV195.25130.68162.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.64%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 200 (78.52% from 255) = 32.63%
R=39.64%
G=27.73%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317020000.300.180.05335.3475.2680.98
HexF3AAC801E12514f4b51
Octal363252310036225517113121
Binary1111001110101010110010000111101001010110100111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AAC8; }

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

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

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

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

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

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

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

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