#F7C5CA

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

Shades of Azalea #F7C5CA

Tints of Azalea #F7C5CA

Color information

#F7C5CA (or 0xF7C5CA) is unknown color: approx Azalea. HEX triplet: F7, C5 and CA. RGB value is (247,197,202). Sum of RGB (Red+Green+Blue) = 247+197+202=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C5CA is #083A35. Grayscale: #D4D4D4. Windows color (decimal): -539190 or 13288951. OLE color: 13288951.

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

Color convert

RGB247197202-
CMYK00.200.180.03
HSL354º75.76%87.06%-
HSV(B)354º20.24%96.86%-
XYZ68.9863.9764.59-
YUV212.52122.06152.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.24%
GREEN value IS 197 (77.34% from 255) = 30.50%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=38.24%
G=30.50%
B=31.27%

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
Decimal24719720200.200.180.0335475.7687.06
HexF7C5CA0141231624c57
Octal367305312024223542114127
Binary111101111100010111001010010100100101110110001010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C5CA; }

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

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

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

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

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

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

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

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