#F7BDBF

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

Shades of Azalea #F7BDBF

Tints of Azalea #F7BDBF

Color information

#F7BDBF (or 0xF7BDBF) is unknown color: approx Azalea. HEX triplet: F7, BD and BF. RGB value is (247,189,191). Sum of RGB (Red+Green+Blue) = 247+189+191=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDBF is #084240. Grayscale: #CECECE. Windows color (decimal): -541249 or 12566007. OLE color: 12566007.

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

Color convert

RGB247189191-
CMYK00.230.230.03
HSL357.93º78.38%85.49%-
HSV(B)357.93º23.48%96.86%-
XYZ65.9659.9357.38-
YUV206.57119.22156.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.39%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 191 (75% from 255) = 30.46%
R=39.39%
G=30.14%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718919100.230.230.03357.9378.3885.49
HexF7BDBF0171731664e55
Octal367275277027273546116125
Binary111101111011110110111111010111101111110110011010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDBF; }

 p { color: rgb(247,189,191); }

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

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

 a { background-color: rgb(247,189,191); }

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

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

 span { border-color: rgb(247,189,191); }

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