#F1C1C6

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

Shades of Azalea #F1C1C6

Tints of Azalea #F1C1C6

Color information

#F1C1C6 (or 0xF1C1C6) is unknown color: approx Azalea. HEX triplet: F1, C1 and C6. RGB value is (241,193,198). Sum of RGB (Red+Green+Blue) = 241+193+198=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C1C6 is #0E3E39. Grayscale: #CFCFCF. Windows color (decimal): -933434 or 13025777. OLE color: 13025777.

HSL color Cylindrical-coordinate representation of color #F1C1C6: hue angle of 353.75º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C1C6 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241193198-
CMYK00.200.180.05
HSL353.75º63.16%85.1%-
HSV(B)353.75º19.92%94.51%-
XYZ65.5460.9261.73-
YUV207.92122.4151.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.13%
GREEN value IS 193 (75.78% from 255) = 30.54%
BLUE value IS 198 (77.73% from 255) = 31.33%
R=38.13%
G=30.54%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119319800.200.180.05353.7563.1685.1
HexF1C1C60141251623f55
Octal36130130602422554277125
Binary111100011100000111000110010100100101011011000101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C1C6; }

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

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

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

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

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

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

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

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