#FA97CB

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

Shades of Carnation Pink #FA97CB

Tints of Carnation Pink #FA97CB

Color information

#FA97CB (or 0xFA97CB) is unknown color: approx Carnation Pink. HEX triplet: FA, 97 and CB. RGB value is (250,151,203). Sum of RGB (Red+Green+Blue) = 250+151+203=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA97CB is #056834. Grayscale: #BABABA. Windows color (decimal): -354357 or 13342714. OLE color: 13342714.

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

Color convert

RGB250151203-
CMYK00.400.190.02
HSL328.48º90.83%78.63%-
HSV(B)328.48º39.6%98.04%-
XYZ61.2746.7762.3-
YUV186.53137.3173.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=41.39%
G=25%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015120300.400.190.02328.4890.8378.63
HexFA97CB0281321485b4f
Octal372227313050232510133117
Binary1111101010010111110010110101000100111010100100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97CB; }

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

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

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

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

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

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

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

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