#F7BBC5

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

Shades of Azalea #F7BBC5

Tints of Azalea #F7BBC5

Color information

#F7BBC5 (or 0xF7BBC5) is unknown color: approx Azalea. HEX triplet: F7, BB and C5. RGB value is (247,187,197). Sum of RGB (Red+Green+Blue) = 247+187+197=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBC5 is #08443A. Grayscale: #CECECE. Windows color (decimal): -541755 or 12958711. OLE color: 12958711.

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

Color convert

RGB247187197-
CMYK00.240.200.03
HSL350º78.95%85.1%-
HSV(B)350º24.29%96.86%-
XYZ66.2159.3560.79-
YUV206.08122.88157.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.14%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 197 (77.34% from 255) = 31.22%
R=39.14%
G=29.64%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718719700.240.200.0335078.9585.1
HexF7BBC501814315e4f55
Octal367273305030243536117125
Binary111101111011101111000101011000101001110101111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBC5; }

 p { color: rgb(247,187,197); }

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

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

 a { background-color: rgb(247,187,197); }

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

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

 span { border-color: rgb(247,187,197); }

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