#FA9FCC

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

Shades of Carnation Pink #FA9FCC

Tints of Carnation Pink #FA9FCC

Color information

#FA9FCC (or 0xFA9FCC) is unknown color: approx Carnation Pink. HEX triplet: FA, 9F and CC. RGB value is (250,159,204). Sum of RGB (Red+Green+Blue) = 250+159+204=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FCC is #056033. Grayscale: #BFBFBF. Windows color (decimal): -352308 or 13410298. OLE color: 13410298.

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

Color convert

RGB250159204-
CMYK00.360.180.02
HSL330.33º90.1%80.2%-
HSV(B)330.33º36.4%98.04%-
XYZ62.7249.4863.37-
YUV191.34135.15169.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=40.78%
G=25.94%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015920400.360.180.02330.3390.180.2
HexFA9FCC02412214a5a50
Octal372237314044222512132120
Binary1111101010011111110011000100100100101010100101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9FCC; }

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

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

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

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

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

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

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

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