#FA9AC9

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

Shades of Carnation Pink #FA9AC9

Tints of Carnation Pink #FA9AC9

Color information

#FA9AC9 (or 0xFA9AC9) is unknown color: approx Carnation Pink. HEX triplet: FA, 9A and C9. RGB value is (250,154,201). Sum of RGB (Red+Green+Blue) = 250+154+201=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AC9 is #056536. Grayscale: #BBBBBB. Windows color (decimal): -353591 or 13212410. OLE color: 13212410.

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

Color convert

RGB250154201-
CMYK00.380.200.02
HSL330.62º90.57%79.22%-
HSV(B)330.62º38.4%98.04%-
XYZ61.5247.6561.21-
YUV188.06135.3172.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 154 (60.55% from 255) = 25.45%
BLUE value IS 201 (78.91% from 255) = 33.22%
R=41.32%
G=25.45%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015420100.380.200.02330.6290.5779.22
HexFA9AC902614214b5b4f
Octal372232311046242513133117
Binary1111101010011010110010010100110101001010100101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AC9; }

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

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

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

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

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

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

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

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