#F7B8BC

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

Shades of Azalea #F7B8BC

Tints of Azalea #F7B8BC

Color information

#F7B8BC (or 0xF7B8BC) is unknown color: approx Azalea. HEX triplet: F7, B8 and BC. RGB value is (247,184,188). Sum of RGB (Red+Green+Blue) = 247+184+188=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B8BC is #084743. Grayscale: #CBCBCB. Windows color (decimal): -542532 or 12368119. OLE color: 12368119.

HSL color Cylindrical-coordinate representation of color #F7B8BC: hue angle of 356.19º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B8BC is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB247184188-
CMYK00.260.240.03
HSL356.19º79.75%84.51%-
HSV(B)356.19º25.51%96.86%-
XYZ64.5857.6955.31-
YUV203.29119.37159.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.90%
GREEN value IS 184 (72.27% from 255) = 29.73%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=39.90%
G=29.73%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718418800.260.240.03356.1979.7584.51
HexF7B8BC01A1831645055
Octal367270274032303544120125
Binary111101111011100010111100011010110001110110010010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B8BC; }

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

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

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

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

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

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

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

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