#F1B8BC

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

Shades of Azalea #F1B8BC

Tints of Azalea #F1B8BC

Color information

#F1B8BC (or 0xF1B8BC) is unknown color: approx Azalea. HEX triplet: F1, B8 and BC. RGB value is (241,184,188). Sum of RGB (Red+Green+Blue) = 241+184+188=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8BC is #0E4743. Grayscale: #C9C9C9. Windows color (decimal): -935748 or 12368113. OLE color: 12368113.

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

Color convert

RGB241184188-
CMYK00.240.220.05
HSL355.79º67.06%83.33%-
HSV(B)355.79º23.65%94.51%-
XYZ62.4956.6155.21-
YUV201.5120.38156.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 184 (72.27% from 255) = 30.02%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=39.31%
G=30.02%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118418800.240.220.05355.7967.0683.33
HexF1B8BC0181651644353
Octal361270274030265544103123
Binary1111000110111000101111000110001011010110110010010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B8BC; }

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

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

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

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

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

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

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

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