#F7C6C8

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

Shades of Azalea #F7C6C8

Tints of Azalea #F7C6C8

Color information

#F7C6C8 (or 0xF7C6C8) is unknown color: approx Azalea. HEX triplet: F7, C6 and C8. RGB value is (247,198,200). Sum of RGB (Red+Green+Blue) = 247+198+200=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6C8 is #083937. Grayscale: #D4D4D4. Windows color (decimal): -538936 or 13158135. OLE color: 13158135.

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

Color convert

RGB247198200-
CMYK00.200.190.03
HSL357.55º75.38%87.25%-
HSV(B)357.55º19.84%96.86%-
XYZ68.9864.3363.43-
YUV212.88120.73152.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.29%
GREEN value IS 198 (77.73% from 255) = 30.70%
BLUE value IS 200 (78.52% from 255) = 31.01%
R=38.29%
G=30.70%
B=31.01%

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
Decimal24719820000.200.190.03357.5575.3887.25
HexF7C6C80141331664b57
Octal367306310024233546113127
Binary111101111100011011001000010100100111110110011010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C6C8; }

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

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

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

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

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

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

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

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