#FF9FCC

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

Shades of Carnation Pink #FF9FCC

Tints of Carnation Pink #FF9FCC

Color information

#FF9FCC (or 0xFF9FCC) is unknown color: approx Carnation Pink. HEX triplet: FF, 9F and CC. RGB value is (255,159,204). Sum of RGB (Red+Green+Blue) = 255+159+204=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FCC is #006033. Grayscale: #C0C0C0. Windows color (decimal): -24628 or 13410303. OLE color: 13410303.

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

Color convert

RGB255159204-
CMYK00.380.20
HSL331.88º100%81.18%-
HSV(B)331.88º37.65%100%-
XYZ64.5450.4263.46-
YUV192.83134.3172.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=41.26%
G=25.73%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515920400.380.20331.8810081.18
HexFF9FCC02614014c6451
Octal377237314046240514144121
Binary111111111001111111001100010011010100010100110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9FCC; }

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

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

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

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

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

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

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

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