#F0B7BE

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

Shades of Azalea #F0B7BE

Tints of Azalea #F0B7BE

Color information

#F0B7BE (or 0xF0B7BE) is unknown color: approx Azalea. HEX triplet: F0, B7 and BE. RGB value is (240,183,190). Sum of RGB (Red+Green+Blue) = 240+183+190=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7BE is #0F4841. Grayscale: #C8C8C8. Windows color (decimal): -1001538 or 12498928. OLE color: 12498928.

HSL color Cylindrical-coordinate representation of color #F0B7BE: hue angle of 352.63º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B7BE is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240183190-
CMYK00.240.210.06
HSL352.63º65.52%82.94%-
HSV(B)352.63º23.75%94.12%-
XYZ62.1656.1156.27-
YUV200.84121.88155.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 183 (71.88% from 255) = 29.85%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=39.15%
G=29.85%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018319000.240.210.06352.6365.5282.94
HexF0B7BE0181561614253
Octal360267276030256541102123
Binary1111000010110111101111100110001010111010110000110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B7BE; }

 p { color: rgb(240,183,190); }

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

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

 a { background-color: rgb(240,183,190); }

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

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

 span { border-color: rgb(240,183,190); }

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