#F7B9BC

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

Shades of Azalea #F7B9BC

Tints of Azalea #F7B9BC

Color information

#F7B9BC (or 0xF7B9BC) is unknown color: approx Azalea. HEX triplet: F7, B9 and BC. RGB value is (247,185,188). Sum of RGB (Red+Green+Blue) = 247+185+188=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9BC is #084643. Grayscale: #CBCBCB. Windows color (decimal): -542276 or 12368375. OLE color: 12368375.

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

Color convert

RGB247185188-
CMYK00.250.240.03
HSL357.1º79.49%84.71%-
HSV(B)357.1º25.1%96.86%-
XYZ64.7858.155.38-
YUV203.88119.04158.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.84%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=39.84%
G=29.84%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718518800.250.240.03357.179.4984.71
HexF7B9BC0191831654f55
Octal367271274031303545117125
Binary111101111011100110111100011001110001110110010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B9BC; }

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

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

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

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

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

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

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

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