#f89bc1

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

Shades of Carnation Pink #F89BC1

Tints of Carnation Pink #F89BC1

Color information

#F89BC1 (or 0xF89BC1) is unknown color: approx Carnation Pink. HEX triplet: F8, 9B and C1. RGB value is (248,155,193). Sum of RGB (Red+Green+Blue) = 248+155+193=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BC1 is #07643E. Grayscale: #BBBBBB. Windows color (decimal): -484415 or 12688376. OLE color: 12688376.

HSL color Cylindrical-coordinate representation of color #F89BC1: hue angle of 335.48º 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 #F89BC1 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB248155193-
CMYK00.380.220.03
HSL335.48º86.92%79.02%-
HSV(B)335.48º37.5%97.25%-
XYZ60.0647.2556.41-
YUV187.14131.31171.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 155 (60.94% from 255) = 26.01%
BLUE value IS 193 (75.78% from 255) = 32.38%
R=41.61%
G=26.01%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815519300.380.220.03335.4886.9279.02
HexF89BC102616314f574f
Octal370233301046263517127117
Binary1111100010011011110000010100110101101110100111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f89bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f89bc1; }

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

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

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

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

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

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

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

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