#F8AAC8

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

Shades of Carnation Pink #F8AAC8

Tints of Carnation Pink #F8AAC8

Color information

#F8AAC8 (or 0xF8AAC8) is unknown color: approx Carnation Pink. HEX triplet: F8, AA and C8. RGB value is (248,170,200). Sum of RGB (Red+Green+Blue) = 248+170+200=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AAC8 is #075537. Grayscale: #C4C4C4. Windows color (decimal): -480568 or 13150968. OLE color: 13150968.

HSL color Cylindrical-coordinate representation of color #F8AAC8: hue angle of 336.92º degrees, saturation: 0.85, 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 #F8AAC8 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248170200-
CMYK00.310.190.03
HSL336.92º84.78%81.96%-
HSV(B)336.92º31.45%97.25%-
XYZ63.5152.8861.5-
YUV196.74129.84164.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 200 (78.52% from 255) = 32.36%
R=40.13%
G=27.51%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817020000.310.190.03336.9284.7881.96
HexF8AAC801F1331515552
Octal370252310037233521125122
Binary111110001010101011001000011111100111110101000110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AAC8; }

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

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

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

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

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

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

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

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