#F1BCBD

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

Shades of Azalea #F1BCBD

Tints of Azalea #F1BCBD

Color information

#F1BCBD (or 0xF1BCBD) is unknown color: approx Azalea. HEX triplet: F1, BC and BD. RGB value is (241,188,189). Sum of RGB (Red+Green+Blue) = 241+188+189=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCBD is #0E4342. Grayscale: #CCCCCC. Windows color (decimal): -934723 or 12434673. OLE color: 12434673.

HSL color Cylindrical-coordinate representation of color #F1BCBD: hue angle of 358.87º degrees, saturation: 0.65, 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 #F1BCBD is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241188189-
CMYK00.220.220.05
HSL358.87º65.43%84.12%-
HSV(B)358.87º21.99%94.51%-
XYZ63.4458.3456.06-
YUV203.96119.56154.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=39.00%
G=30.42%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118818900.220.220.05358.8765.4384.12
HexF1BCBD0161651674154
Octal361274275026265547101124
Binary1111000110111100101111010101101011010110110011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCBD; }

 p { color: rgb(241,188,189); }

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

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

 a { background-color: rgb(241,188,189); }

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

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

 span { border-color: rgb(241,188,189); }

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