#F1C3C6

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

Shades of Azalea #F1C3C6

Tints of Azalea #F1C3C6

Color information

#F1C3C6 (or 0xF1C3C6) is unknown color: approx Azalea. HEX triplet: F1, C3 and C6. RGB value is (241,195,198). Sum of RGB (Red+Green+Blue) = 241+195+198=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3C6 is #0E3C39. Grayscale: #D1D1D1. Windows color (decimal): -932922 or 13026289. OLE color: 13026289.

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

Color convert

RGB241195198-
CMYK00.190.180.05
HSL356.09º62.16%85.49%-
HSV(B)356.09º19.09%94.51%-
XYZ65.9861.8161.88-
YUV209.1121.74150.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 195 (76.56% from 255) = 30.76%
BLUE value IS 198 (77.73% from 255) = 31.23%
R=38.01%
G=30.76%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119519800.190.180.05356.0962.1685.49
HexF1C3C60131251643e55
Octal36130330602322554476125
Binary111100011100001111000110010011100101011011001001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C3C6; }

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

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

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

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

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

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

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

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