#F2BDBF

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

Shades of Azalea #F2BDBF

Tints of Azalea #F2BDBF

Color information

#F2BDBF (or 0xF2BDBF) is unknown color: approx Azalea. HEX triplet: F2, BD and BF. RGB value is (242,189,191). Sum of RGB (Red+Green+Blue) = 242+189+191=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDBF is #0D4240. Grayscale: #CDCDCD. Windows color (decimal): -868929 or 12566002. OLE color: 12566002.

HSL color Cylindrical-coordinate representation of color #F2BDBF: hue angle of 357.74º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDBF is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242189191-
CMYK00.220.210.05
HSL357.74º67.09%84.51%-
HSV(B)357.74º21.9%94.9%-
XYZ64.2259.0357.3-
YUV205.08120.06154.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.91%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 191 (75% from 255) = 30.71%
R=38.91%
G=30.39%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218919100.220.210.05357.7467.0984.51
HexF2BDBF0161551664355
Octal362275277026255546103125
Binary1111001010111101101111110101101010110110110011010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BDBF; }

 p { color: rgb(242,189,191); }

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

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

 a { background-color: rgb(242,189,191); }

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

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

 span { border-color: rgb(242,189,191); }

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