#F9A8CC

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

Shades of Carnation Pink #F9A8CC

Tints of Carnation Pink #F9A8CC

Color information

#F9A8CC (or 0xF9A8CC) is unknown color: approx Carnation Pink. HEX triplet: F9, A8 and CC. RGB value is (249,168,204). Sum of RGB (Red+Green+Blue) = 249+168+204=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A8CC is #065733. Grayscale: #C4C4C4. Windows color (decimal): -415540 or 13412601. OLE color: 13412601.

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

Color convert

RGB249168204-
CMYK00.330.180.02
HSL333.33º87.1%81.76%-
HSV(B)333.33º32.53%97.65%-
XYZ63.9752.563.89-
YUV196.32132.34165.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.10%
GREEN value IS 168 (66.02% from 255) = 27.05%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=40.10%
G=27.05%
B=32.85%

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
Decimal24916820400.330.180.02333.3387.181.76
HexF9A8CC02112214d5752
Octal371250314041222515127122
Binary1111100110101000110011000100001100101010100110110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A8CC; }

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

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

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

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

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

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

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

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