#F8A6C2

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

Shades of Carnation Pink #F8A6C2

Tints of Carnation Pink #F8A6C2

Color information

#F8A6C2 (or 0xF8A6C2) is unknown color: approx Carnation Pink. HEX triplet: F8, A6 and C2. RGB value is (248,166,194). Sum of RGB (Red+Green+Blue) = 248+166+194=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6C2 is #07593D. Grayscale: #C1C1C1. Windows color (decimal): -481598 or 12756728. OLE color: 12756728.

HSL color Cylindrical-coordinate representation of color #F8A6C2: hue angle of 339.51º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6C2 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB248166194-
CMYK00.330.220.03
HSL339.51º85.42%81.18%-
HSV(B)339.51º33.06%97.25%-
XYZ62.0951.1257.63-
YUV193.71128.17166.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 166 (65.23% from 255) = 27.30%
BLUE value IS 194 (76.17% from 255) = 31.91%
R=40.79%
G=27.30%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816619400.330.220.03339.5185.4281.18
HexF8A6C20211631545551
Octal370246302041263524125121
Binary1111100010100110110000100100001101101110101010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A6C2; }

 p { color: rgb(248,166,194); }

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

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

 a { background-color: rgb(248,166,194); }

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

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

 span { border-color: rgb(248,166,194); }

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