#F1C3C7

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

Shades of Azalea #F1C3C7

Tints of Azalea #F1C3C7

Color information

#F1C3C7 (or 0xF1C3C7) is unknown color: approx Azalea. HEX triplet: F1, C3 and C7. RGB value is (241,195,199). Sum of RGB (Red+Green+Blue) = 241+195+199=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3C7 is #0E3C38. Grayscale: #D1D1D1. Windows color (decimal): -932921 or 13091825. OLE color: 13091825.

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

Color convert

RGB241195199-
CMYK00.190.170.05
HSL354.78º62.16%85.49%-
HSV(B)354.78º19.09%94.51%-
XYZ66.161.8562.49-
YUV209.21122.24150.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 195 (76.56% from 255) = 30.71%
BLUE value IS 199 (78.12% from 255) = 31.34%
R=37.95%
G=30.71%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119519900.190.170.05354.7862.1685.49
HexF1C3C70131151633e55
Octal36130330702321554376125
Binary111100011100001111000111010011100011011011000111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3C7; }

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

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

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

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

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

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

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

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