#F89FBF

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

Shades of Carnation Pink #F89FBF

Tints of Carnation Pink #F89FBF

Color information

#F89FBF (or 0xF89FBF) is unknown color: approx Carnation Pink. HEX triplet: F8, 9F and BF. RGB value is (248,159,191). Sum of RGB (Red+Green+Blue) = 248+159+191=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FBF is #076040. Grayscale: #BDBDBD. Windows color (decimal): -483393 or 12558328. OLE color: 12558328.

HSL color Cylindrical-coordinate representation of color #F89FBF: hue angle of 338.43º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F89FBF is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248159191-
CMYK00.360.230.03
HSL338.43º86.41%79.8%-
HSV(B)338.43º35.89%97.25%-
XYZ60.5148.5155.47-
YUV189.26128.99169.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.47%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 191 (75% from 255) = 31.94%
R=41.47%
G=26.59%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815919100.360.230.03338.4386.4179.8
HexF89FBF0241731525650
Octal370237277044273522126120
Binary1111100010011111101111110100100101111110101001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FBF; }

 p { color: rgb(248,159,191); }

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

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

 a { background-color: rgb(248,159,191); }

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

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

 span { border-color: rgb(248,159,191); }

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