#F7C5C9

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

Shades of Azalea #F7C5C9

Tints of Azalea #F7C5C9

Color information

#F7C5C9 (or 0xF7C5C9) is unknown color: approx Azalea. HEX triplet: F7, C5 and C9. RGB value is (247,197,201). Sum of RGB (Red+Green+Blue) = 247+197+201=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C5C9 is #083A36. Grayscale: #D4D4D4. Windows color (decimal): -539191 or 13223415. OLE color: 13223415.

HSL color Cylindrical-coordinate representation of color #F7C5C9: hue angle of 355.2º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C5C9 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB247197201-
CMYK00.200.190.03
HSL355.2º75.76%87.06%-
HSV(B)355.2º20.24%96.86%-
XYZ68.8763.9263.97-
YUV212.41121.56152.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.29%
GREEN value IS 197 (77.34% from 255) = 30.54%
BLUE value IS 201 (78.91% from 255) = 31.16%
R=38.29%
G=30.54%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719720100.200.190.03355.275.7687.06
HexF7C5C90141331634c57
Octal367305311024233543114127
Binary111101111100010111001001010100100111110110001110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C5C9; }

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

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

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

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

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

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

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

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