#F1B8BF

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

Shades of Azalea #F1B8BF

Tints of Azalea #F1B8BF

Color information

#F1B8BF (or 0xF1B8BF) is unknown color: approx Azalea. HEX triplet: F1, B8 and BF. RGB value is (241,184,191). Sum of RGB (Red+Green+Blue) = 241+184+191=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8BF is #0E4740. Grayscale: #C9C9C9. Windows color (decimal): -935745 or 12564721. OLE color: 12564721.

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

Color convert

RGB241184191-
CMYK00.240.210.05
HSL352.63º67.06%83.33%-
HSV(B)352.63º23.65%94.51%-
XYZ62.8256.7456.93-
YUV201.84121.88155.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 184 (72.27% from 255) = 29.87%
BLUE value IS 191 (75% from 255) = 31.01%
R=39.12%
G=29.87%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118419100.240.210.05352.6367.0683.33
HexF1B8BF0181551614353
Octal361270277030255541103123
Binary1111000110111000101111110110001010110110110000110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B8BF; }

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

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

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

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

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

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

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

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