#F1B7BE

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

Shades of Azalea #F1B7BE

Tints of Azalea #F1B7BE

Color information

#F1B7BE (or 0xF1B7BE) is unknown color: approx Azalea. HEX triplet: F1, B7 and BE. RGB value is (241,183,190). Sum of RGB (Red+Green+Blue) = 241+183+190=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7BE is #0E4841. Grayscale: #C9C9C9. Windows color (decimal): -936002 or 12498929. OLE color: 12498929.

HSL color Cylindrical-coordinate representation of color #F1B7BE: hue angle of 352.76º 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 #F1B7BE is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241183190-
CMYK00.240.210.05
HSL352.76º67.44%83.14%-
HSV(B)352.76º24.07%94.51%-
XYZ62.556.2956.29-
YUV201.14121.72156.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 183 (71.88% from 255) = 29.80%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=39.25%
G=29.80%
B=30.94%

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
Decimal24118319000.240.210.05352.7667.4483.14
HexF1B7BE0181551614353
Octal361267276030255541103123
Binary1111000110110111101111100110001010110110110000110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7BE; }

 p { color: rgb(241,183,190); }

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

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

 a { background-color: rgb(241,183,190); }

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

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

 span { border-color: rgb(241,183,190); }

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