#F7C1C2

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

Shades of Azalea #F7C1C2

Tints of Azalea #F7C1C2

Color information

#F7C1C2 (or 0xF7C1C2) is unknown color: approx Azalea. HEX triplet: F7, C1 and C2. RGB value is (247,193,194). Sum of RGB (Red+Green+Blue) = 247+193+194=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C1C2 is #083E3D. Grayscale: #D1D1D1. Windows color (decimal): -540222 or 12763639. OLE color: 12763639.

HSL color Cylindrical-coordinate representation of color #F7C1C2: hue angle of 358.89º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7C1C2 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB247193194-
CMYK00.220.210.03
HSL358.89º77.14%86.27%-
HSV(B)358.89º21.86%96.86%-
XYZ67.1761.8159.43-
YUV209.26119.39154.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.96%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 194 (76.17% from 255) = 30.60%
R=38.96%
G=30.44%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719319400.220.210.03358.8977.1486.27
HexF7C1C20161531674d56
Octal367301302026253547115126
Binary111101111100000111000010010110101011110110011110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C1C2; }

 p { color: rgb(247,193,194); }

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

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

 a { background-color: rgb(247,193,194); }

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

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

 span { border-color: rgb(247,193,194); }

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