#F9A6CC

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

Shades of Carnation Pink #F9A6CC

Tints of Carnation Pink #F9A6CC

Color information

#F9A6CC (or 0xF9A6CC) is unknown color: approx Carnation Pink. HEX triplet: F9, A6 and CC. RGB value is (249,166,204). Sum of RGB (Red+Green+Blue) = 249+166+204=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6CC is #065933. Grayscale: #C3C3C3. Windows color (decimal): -416052 or 13412089. OLE color: 13412089.

HSL color Cylindrical-coordinate representation of color #F9A6CC: hue angle of 332.53º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A6CC is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249166204-
CMYK00.330.180.02
HSL332.53º87.37%81.37%-
HSV(B)332.53º33.33%97.65%-
XYZ63.651.7763.77-
YUV195.15133166.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.23%
GREEN value IS 166 (65.23% from 255) = 26.82%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=40.23%
G=26.82%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916620400.330.180.02332.5387.3781.37
HexF9A6CC02112214d5751
Octal371246314041222515127121
Binary1111100110100110110011000100001100101010100110110101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A6CC; }

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

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

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

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

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

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

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

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