#F1C7C9

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

Shades of Azalea #F1C7C9

Tints of Azalea #F1C7C9

Color information

#F1C7C9 (or 0xF1C7C9) is unknown color: approx Azalea. HEX triplet: F1, C7 and C9. RGB value is (241,199,201). Sum of RGB (Red+Green+Blue) = 241+199+201=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7C9 is #0E3836. Grayscale: #D3D3D3. Windows color (decimal): -931895 or 13223921. OLE color: 13223921.

HSL color Cylindrical-coordinate representation of color #F1C7C9: hue angle of 357.14º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1C7C9 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241199201-
CMYK00.170.170.05
HSL357.14º60%86.27%-
HSV(B)357.14º17.43%94.51%-
XYZ67.2463.7664.02-
YUV211.79121.91148.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=37.60%
G=31.05%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119920100.170.170.05357.146086.27
HexF1C7C90111151653c56
Octal36130731102121554574126
Binary111100011100011111001001010001100011011011001011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7C9; }

 p { color: rgb(241,199,201); }

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

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

 a { background-color: rgb(241,199,201); }

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

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

 span { border-color: rgb(241,199,201); }

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