#FF97BB

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

Shades of Carnation Pink #FF97BB

Tints of Carnation Pink #FF97BB

Color information

#FF97BB (or 0xFF97BB) is unknown color: approx Carnation Pink. HEX triplet: FF, 97 and BB. RGB value is (255,151,187). Sum of RGB (Red+Green+Blue) = 255+151+187=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97BB is #006844. Grayscale: #BABABA. Windows color (decimal): -26693 or 12294143. OLE color: 12294143.

HSL color Cylindrical-coordinate representation of color #FF97BB: hue angle of 339.23º 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 #FF97BB is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255151187-
CMYK00.410.270
HSL339.23º100%79.61%-
HSV(B)339.23º40.78%100%-
XYZ61.2846.9852.85-
YUV186.2128.46177.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 151 (59.38% from 255) = 25.46%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=43.00%
G=25.46%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515118700.410.270339.2310079.61
HexFF97BB0291B01536450
Octal377227273051330523144120
Binary111111111001011110111011010100111011010101001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97BB; }

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

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

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

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

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

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

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

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