#F7C6CA

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

Shades of Azalea #F7C6CA

Tints of Azalea #F7C6CA

Color information

#F7C6CA (or 0xF7C6CA) is unknown color: approx Azalea. HEX triplet: F7, C6 and CA. RGB value is (247,198,202). Sum of RGB (Red+Green+Blue) = 247+198+202=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 198 (77.73% from 255 or 30.60% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6CA is #083935. Grayscale: #D5D5D5. Windows color (decimal): -538934 or 13289207. OLE color: 13289207.

HSL color Cylindrical-coordinate representation of color #F7C6CA: hue angle of 355.1º degrees, saturation: 0.75, 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 #F7C6CA is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB247198202-
CMYK00.200.180.03
HSL355.1º75.38%87.25%-
HSV(B)355.1º19.84%96.86%-
XYZ69.2164.4364.66-
YUV213.11121.73152.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.18%
GREEN value IS 198 (77.73% from 255) = 30.60%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=38.18%
G=30.60%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719820200.200.180.03355.175.3887.25
HexF7C6CA0141231634b57
Octal367306312024223543113127
Binary111101111100011011001010010100100101110110001110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C6CA; }

 p { color: rgb(247,198,202); }

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

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

 a { background-color: rgb(247,198,202); }

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

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

 span { border-color: rgb(247,198,202); }

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