#F8A6CC

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

Shades of Carnation Pink #F8A6CC

Tints of Carnation Pink #F8A6CC

Color information

#F8A6CC (or 0xF8A6CC) is unknown color: approx Carnation Pink. HEX triplet: F8, A6 and CC. RGB value is (248,166,204). Sum of RGB (Red+Green+Blue) = 248+166+204=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6CC is #075933. Grayscale: #C2C2C2. Windows color (decimal): -481588 or 13412088. OLE color: 13412088.

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

Color convert

RGB248166204-
CMYK00.330.180.03
HSL332.2º85.42%81.18%-
HSV(B)332.2º33.06%97.25%-
XYZ63.2551.5963.75-
YUV194.85133.17165.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 166 (65.23% from 255) = 26.86%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=40.13%
G=26.86%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816620400.330.180.03332.285.4281.18
HexF8A6CC02112314c5551
Octal370246314041223514125121
Binary1111100010100110110011000100001100101110100110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A6CC; }

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

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

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

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

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

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

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

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