#F89BCE

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

Shades of Carnation Pink #F89BCE

Tints of Carnation Pink #F89BCE

Color information

#F89BCE (or 0xF89BCE) is unknown color: approx Carnation Pink. HEX triplet: F8, 9B and CE. RGB value is (248,155,206). Sum of RGB (Red+Green+Blue) = 248+155+206=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BCE is #076431. Grayscale: #BCBCBC. Windows color (decimal): -484402 or 13540344. OLE color: 13540344.

HSL color Cylindrical-coordinate representation of color #F89BCE: hue angle of 327.1º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89BCE is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248155206-
CMYK00.380.170.03
HSL327.1º86.92%79.02%-
HSV(B)327.1º37.5%97.25%-
XYZ61.5747.8664.38-
YUV188.62137.81170.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 155 (60.94% from 255) = 25.45%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=40.72%
G=25.45%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815520600.380.170.03327.186.9279.02
HexF89BCE026113147574f
Octal370233316046213507127117
Binary1111100010011011110011100100110100011110100011110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89BCE; }

 p { color: rgb(248,155,206); }

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

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

 a { background-color: rgb(248,155,206); }

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

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

 span { border-color: rgb(248,155,206); }

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