#F7C7CA

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

Shades of Azalea #F7C7CA

Tints of Azalea #F7C7CA

Color information

#F7C7CA (or 0xF7C7CA) is unknown color: approx Azalea. HEX triplet: F7, C7 and CA. RGB value is (247,199,202). Sum of RGB (Red+Green+Blue) = 247+199+202=648 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.12% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C7CA is #083835. Grayscale: #D5D5D5. Windows color (decimal): -538678 or 13289463. OLE color: 13289463.

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

Color convert

RGB247199202-
CMYK00.190.180.03
HSL356.25º75%87.45%-
HSV(B)356.25º19.43%96.86%-
XYZ69.4464.8964.74-
YUV213.69121.4151.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.12%
GREEN value IS 199 (78.12% from 255) = 30.71%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=38.12%
G=30.71%
B=31.17%

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
Decimal24719920200.190.180.03356.257587.45
HexF7C7CA0131231644b57
Octal367307312023223544113127
Binary111101111100011111001010010011100101110110010010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C7CA; }

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

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

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

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

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

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

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

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