#FA9AC7

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

Shades of Carnation Pink #FA9AC7

Tints of Carnation Pink #FA9AC7

Color information

#FA9AC7 (or 0xFA9AC7) is unknown color: approx Carnation Pink. HEX triplet: FA, 9A and C7. RGB value is (250,154,199). Sum of RGB (Red+Green+Blue) = 250+154+199=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AC7 is #056538. Grayscale: #BBBBBB. Windows color (decimal): -353593 or 13081338. OLE color: 13081338.

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

Color convert

RGB250154199-
CMYK00.380.200.02
HSL331.88º90.57%79.22%-
HSV(B)331.88º38.4%98.04%-
XYZ61.2947.5659.98-
YUV187.83134.3172.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 199 (78.12% from 255) = 33.00%
R=41.46%
G=25.54%
B=33.00%

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
Decimal25015419900.380.200.02331.8890.5779.22
HexFA9AC702614214c5b4f
Octal372232307046242514133117
Binary1111101010011010110001110100110101001010100110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AC7; }

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

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

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

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

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

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

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

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