#F0BCBF

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

Shades of Azalea #F0BCBF

Tints of Azalea #F0BCBF

Color information

#F0BCBF (or 0xF0BCBF) is unknown color: approx Azalea. HEX triplet: F0, BC and BF. RGB value is (240,188,191). Sum of RGB (Red+Green+Blue) = 240+188+191=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCBF is #0F4340. Grayscale: #CBCBCB. Windows color (decimal): -1000257 or 12565744. OLE color: 12565744.

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

Color convert

RGB240188191-
CMYK00.220.200.06
HSL356.54º63.41%83.92%-
HSV(B)356.54º21.67%94.12%-
XYZ63.3258.2557.2-
YUV203.89120.73153.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 191 (75% from 255) = 30.86%
R=38.77%
G=30.37%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018819100.220.200.06356.5463.4183.92
HexF0BCBF0161461653f54
Octal36027427702624654577124
Binary111100001011110010111111010110101001101011001011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCBF; }

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

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

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

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

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

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

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

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