#F7CCCE

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

Shades of Azalea #F7CCCE

Tints of Azalea #F7CCCE

Color information

#F7CCCE (or 0xF7CCCE) is unknown color: approx Azalea. HEX triplet: F7, CC and CE. RGB value is (247,204,206). Sum of RGB (Red+Green+Blue) = 247+204+206=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCCE is #083331. Grayscale: #D9D9D9. Windows color (decimal): -537394 or 13552887. OLE color: 13552887.

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

Color convert

RGB247204206-
CMYK00.170.170.03
HSL357.21º72.88%88.43%-
HSV(B)357.21º17.41%96.86%-
XYZ71.0967.4267.66-
YUV217.08121.75149.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.60%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=37.60%
G=31.05%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720420600.170.170.03357.2172.8888.43
HexF7CCCE0111131654958
Octal367314316021213545111130
Binary111101111100110011001110010001100011110110010110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCCE; }

 p { color: rgb(247,204,206); }

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

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

 a { background-color: rgb(247,204,206); }

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

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

 span { border-color: rgb(247,204,206); }

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