#F9A9CC

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

Shades of Carnation Pink #F9A9CC

Tints of Carnation Pink #F9A9CC

Color information

#F9A9CC (or 0xF9A9CC) is unknown color: approx Carnation Pink. HEX triplet: F9, A9 and CC. RGB value is (249,169,204). Sum of RGB (Red+Green+Blue) = 249+169+204=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A9CC is #065633. Grayscale: #C4C4C4. Windows color (decimal): -415284 or 13412857. OLE color: 13412857.

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

Color convert

RGB249169204-
CMYK00.320.180.02
HSL333.75º86.96%81.96%-
HSV(B)333.75º32.13%97.65%-
XYZ64.1552.8863.95-
YUV196.91132165.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.03%
GREEN value IS 169 (66.41% from 255) = 27.17%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=40.03%
G=27.17%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916920400.320.180.02333.7586.9681.96
HexF9A9CC02012214e5752
Octal371251314040222516127122
Binary1111100110101001110011000100000100101010100111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A9CC; }

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

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

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

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

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

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

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

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