#F89E9C

Color #F89E9C Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F89E9C

Tints of Rose Bud #F89E9C

Color information

#F89E9C (or 0xF89E9C) is unknown color: approx Rose Bud. HEX triplet: F8, 9E and 9C. RGB value is (248,158,156). Sum of RGB (Red+Green+Blue) = 248+158+156=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F89E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89E9C is #076163. Grayscale: #B8B8B8. Windows color (decimal): -483684 or 10264312. OLE color: 10264312.

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

Color convert

RGB248158156-
CMYK00.360.370.03
HSL1.3º86.79%79.22%-
HSV(B)1.3º37.1%97.25%-
XYZ56.9446.8137.49-
YUV184.68111.82173.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.13%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 156 (61.33% from 255) = 27.76%
R=44.13%
G=28.11%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815815600.360.370.031.386.7979.22
HexF89E9C0242531574f
Octal3702362340444531127117
Binary111110001001111010011100010010010010111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89E9C; }

 p { color: rgb(248,158,156); }

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

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

 a { background-color: rgb(248,158,156); }

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

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

 span { border-color: rgb(248,158,156); }

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