#F7BDBE

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

Shades of Azalea #F7BDBE

Tints of Azalea #F7BDBE

Color information

#F7BDBE (or 0xF7BDBE) is unknown color: approx Azalea. HEX triplet: F7, BD and BE. RGB value is (247,189,190). Sum of RGB (Red+Green+Blue) = 247+189+190=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDBE is #084241. Grayscale: #CECECE. Windows color (decimal): -541250 or 12500471. OLE color: 12500471.

HSL color Cylindrical-coordinate representation of color #F7BDBE: hue angle of 358.97º 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 #F7BDBE is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247189190-
CMYK00.230.230.03
HSL358.97º78.38%85.49%-
HSV(B)358.97º23.48%96.86%-
XYZ65.8559.8956.8-
YUV206.46118.72156.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=39.46%
G=30.19%
B=30.35%

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
Decimal24718919000.230.230.03358.9778.3885.49
HexF7BDBE0171731674e55
Octal367275276027273547116125
Binary111101111011110110111110010111101111110110011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDBE; }

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

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

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

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

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

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

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

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