#FA9EC9

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

Shades of Carnation Pink #FA9EC9

Tints of Carnation Pink #FA9EC9

Color information

#FA9EC9 (or 0xFA9EC9) is unknown color: approx Carnation Pink. HEX triplet: FA, 9E and C9. RGB value is (250,158,201). Sum of RGB (Red+Green+Blue) = 250+158+201=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EC9 is #056136. Grayscale: #BEBEBE. Windows color (decimal): -352567 or 13213434. OLE color: 13213434.

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

Color convert

RGB250158201-
CMYK00.370.200.02
HSL331.96º90.2%80%-
HSV(B)331.96º36.8%98.04%-
XYZ62.1948.9961.44-
YUV190.41133.98170.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 158 (62.11% from 255) = 25.94%
BLUE value IS 201 (78.91% from 255) = 33.00%
R=41.05%
G=25.94%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015820100.370.200.02331.9690.280
HexFA9EC902514214c5a50
Octal372236311045242514132120
Binary1111101010011110110010010100101101001010100110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EC9; }

 p { color: rgb(250,158,201); }

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

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

 a { background-color: rgb(250,158,201); }

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

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

 span { border-color: rgb(250,158,201); }

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