#FF97BF

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

Shades of Carnation Pink #FF97BF

Tints of Carnation Pink #FF97BF

Color information

#FF97BF (or 0xFF97BF) is unknown color: approx Carnation Pink. HEX triplet: FF, 97 and BF. RGB value is (255,151,191). Sum of RGB (Red+Green+Blue) = 255+151+191=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97BF is #006840. Grayscale: #BABABA. Windows color (decimal): -26689 or 12556287. OLE color: 12556287.

HSL color Cylindrical-coordinate representation of color #FF97BF: hue angle of 336.92º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97BF is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255151191-
CMYK00.410.250
HSL336.92º100%79.61%-
HSV(B)336.92º40.78%100%-
XYZ61.7147.1555.14-
YUV186.66130.46176.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 151 (59.38% from 255) = 25.29%
BLUE value IS 191 (75% from 255) = 31.99%
R=42.71%
G=25.29%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515119100.410.250336.9210079.61
HexFF97BF0291901516450
Octal377227277051310521144120
Binary111111111001011110111111010100111001010101000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97BF; }

 p { color: rgb(255,151,191); }

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

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

 a { background-color: rgb(255,151,191); }

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

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

 span { border-color: rgb(255,151,191); }

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