#FA97CC

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

Shades of Carnation Pink #FA97CC

Tints of Carnation Pink #FA97CC

Color information

#FA97CC (or 0xFA97CC) is unknown color: approx Carnation Pink. HEX triplet: FA, 97 and CC. RGB value is (250,151,204). Sum of RGB (Red+Green+Blue) = 250+151+204=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97CC is #056833. Grayscale: #BABABA. Windows color (decimal): -354356 or 13408250. OLE color: 13408250.

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

Color convert

RGB250151204-
CMYK00.400.180.02
HSL327.88º90.83%78.63%-
HSV(B)327.88º39.6%98.04%-
XYZ61.3946.8262.93-
YUV186.64137.8173.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 151 (59.38% from 255) = 24.96%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=41.32%
G=24.96%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015120400.400.180.02327.8890.8378.63
HexFA97CC0281221485b4f
Octal372227314050222510133117
Binary1111101010010111110011000101000100101010100100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97CC; }

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

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

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

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

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

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

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

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