#F7C9CB

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

Shades of Azalea #F7C9CB

Tints of Azalea #F7C9CB

Color information

#F7C9CB (or 0xF7C9CB) is unknown color: approx Azalea. HEX triplet: F7, C9 and CB. RGB value is (247,201,203). Sum of RGB (Red+Green+Blue) = 247+201+203=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C9CB is #083634. Grayscale: #D7D7D7. Windows color (decimal): -538165 or 13355511. OLE color: 13355511.

HSL color Cylindrical-coordinate representation of color #F7C9CB: hue angle of 357.39º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7C9CB is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247201203-
CMYK00.190.180.03
HSL357.39º74.19%87.84%-
HSV(B)357.39º18.62%96.86%-
XYZ70.0265.8665.52-
YUV214.98121.24150.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.94%
GREEN value IS 201 (78.91% from 255) = 30.88%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=37.94%
G=30.88%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720120300.190.180.03357.3974.1987.84
HexF7C9CB0131231654a58
Octal367311313023223545112130
Binary111101111100100111001011010011100101110110010110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C9CB; }

 p { color: rgb(247,201,203); }

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

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

 a { background-color: rgb(247,201,203); }

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

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

 span { border-color: rgb(247,201,203); }

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