#F0B8BF

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

Shades of Azalea #F0B8BF

Tints of Azalea #F0B8BF

Color information

#F0B8BF (or 0xF0B8BF) is unknown color: approx Azalea. HEX triplet: F0, B8 and BF. RGB value is (240,184,191). Sum of RGB (Red+Green+Blue) = 240+184+191=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B8BF is #0F4740. Grayscale: #C9C9C9. Windows color (decimal): -1001281 or 12564720. OLE color: 12564720.

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

Color convert

RGB240184191-
CMYK00.230.200.06
HSL352.5º65.12%83.14%-
HSV(B)352.5º23.33%94.12%-
XYZ62.4856.5756.92-
YUV201.54122.05155.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 184 (72.27% from 255) = 29.92%
BLUE value IS 191 (75% from 255) = 31.06%
R=39.02%
G=29.92%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018419100.230.200.06352.565.1283.14
HexF0B8BF0171461604153
Octal360270277027246540101123
Binary1111000010111000101111110101111010011010110000010000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B8BF; }

 p { color: rgb(240,184,191); }

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

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

 a { background-color: rgb(240,184,191); }

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

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

 span { border-color: rgb(240,184,191); }

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