#FA9FC2

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

Shades of Carnation Pink #FA9FC2

Tints of Carnation Pink #FA9FC2

Color information

#FA9FC2 (or 0xFA9FC2) is unknown color: approx Carnation Pink. HEX triplet: FA, 9F and C2. RGB value is (250,159,194). Sum of RGB (Red+Green+Blue) = 250+159+194=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FC2 is #05603D. Grayscale: #BEBEBE. Windows color (decimal): -352318 or 12754938. OLE color: 12754938.

HSL color Cylindrical-coordinate representation of color #FA9FC2: hue angle of 336.92º 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 #FA9FC2 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250159194-
CMYK00.360.220.02
HSL336.92º90.1%80.2%-
HSV(B)336.92º36.4%98.04%-
XYZ61.5649.0257.26-
YUV190.2130.15170.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 194 (76.17% from 255) = 32.17%
R=41.46%
G=26.37%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015919400.360.220.02336.9290.180.2
HexFA9FC20241621515a50
Octal372237302044262521132120
Binary1111101010011111110000100100100101101010101000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9FC2; }

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

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

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

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

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

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

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

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