#F89BCF

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

Shades of Carnation Pink #F89BCF

Tints of Carnation Pink #F89BCF

Color information

#F89BCF (or 0xF89BCF) is unknown color: approx Carnation Pink. HEX triplet: F8, 9B and CF. RGB value is (248,155,207). Sum of RGB (Red+Green+Blue) = 248+155+207=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BCF is #076430. Grayscale: #BCBCBC. Windows color (decimal): -484401 or 13605880. OLE color: 13605880.

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

Color convert

RGB248155207-
CMYK00.380.170.03
HSL326.45º86.92%79.02%-
HSV(B)326.45º37.5%97.25%-
XYZ61.747.965.03-
YUV188.74138.31170.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 155 (60.94% from 255) = 25.41%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=40.66%
G=25.41%
B=33.93%

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
Decimal24815520700.380.170.03326.4586.9279.02
HexF89BCF026113146574f
Octal370233317046213506127117
Binary1111100010011011110011110100110100011110100011010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89BCF; }

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

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

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

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

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

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

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

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