#F1BBBF

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

Shades of Azalea #F1BBBF

Tints of Azalea #F1BBBF

Color information

#F1BBBF (or 0xF1BBBF) is unknown color: approx Azalea. HEX triplet: F1, BB and BF. RGB value is (241,187,191). Sum of RGB (Red+Green+Blue) = 241+187+191=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBBF is #0E4440. Grayscale: #CBCBCB. Windows color (decimal): -934977 or 12565489. OLE color: 12565489.

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

Color convert

RGB241187191-
CMYK00.220.210.05
HSL355.56º65.85%83.92%-
HSV(B)355.56º22.41%94.51%-
XYZ63.455857.14-
YUV203.6120.89154.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 191 (75% from 255) = 30.86%
R=38.93%
G=30.21%
B=30.86%

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
Decimal24118719100.220.210.05355.5665.8583.92
HexF1BBBF0161551644254
Octal361273277026255544102124
Binary1111000110111011101111110101101010110110110010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBBF; }

 p { color: rgb(241,187,191); }

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

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

 a { background-color: rgb(241,187,191); }

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

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

 span { border-color: rgb(241,187,191); }

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