#FA97C4

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

Shades of Carnation Pink #FA97C4

Tints of Carnation Pink #FA97C4

Color information

#FA97C4 (or 0xFA97C4) is unknown color: approx Carnation Pink. HEX triplet: FA, 97 and C4. RGB value is (250,151,196). Sum of RGB (Red+Green+Blue) = 250+151+196=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97C4 is #05683B. Grayscale: #B9B9B9. Windows color (decimal): -354364 or 12883962. OLE color: 12883962.

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

Color convert

RGB250151196-
CMYK00.400.220.02
HSL332.73º90.83%78.63%-
HSV(B)332.73º39.6%98.04%-
XYZ60.4546.4458-
YUV185.73133.8173.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 151 (59.38% from 255) = 25.29%
BLUE value IS 196 (76.95% from 255) = 32.83%
R=41.88%
G=25.29%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015119600.400.220.02332.7390.8378.63
HexFA97C402816214d5b4f
Octal372227304050262515133117
Binary1111101010010111110001000101000101101010100110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97C4; }

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

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

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

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

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

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

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

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