#FF9ACC

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

Shades of Carnation Pink #FF9ACC

Tints of Carnation Pink #FF9ACC

Color information

#FF9ACC (or 0xFF9ACC) is unknown color: approx Carnation Pink. HEX triplet: FF, 9A and CC. RGB value is (255,154,204). Sum of RGB (Red+Green+Blue) = 255+154+204=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ACC is #006533. Grayscale: #BDBDBD. Windows color (decimal): -25908 or 13409023. OLE color: 13409023.

HSL color Cylindrical-coordinate representation of color #FF9ACC: hue angle of 330.3º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9ACC is Cyan = 0, Magento = 0.40, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB255154204-
CMYK00.400.20
HSL330.3º100%80.2%-
HSV(B)330.3º39.61%100%-
XYZ63.6948.7363.18-
YUV189.9135.96174.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 154 (60.55% from 255) = 25.12%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=41.60%
G=25.12%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515420400.400.20330.310080.2
HexFF9ACC02814014a6450
Octal377232314050240512144120
Binary111111111001101011001100010100010100010100101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9ACC; }

 p { color: rgb(255,154,204); }

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

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

 a { background-color: rgb(255,154,204); }

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

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

 span { border-color: rgb(255,154,204); }

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