#F1C8CB

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

Shades of Azalea #F1C8CB

Tints of Azalea #F1C8CB

Color information

#F1C8CB (or 0xF1C8CB) is unknown color: approx Azalea. HEX triplet: F1, C8 and CB. RGB value is (241,200,203). Sum of RGB (Red+Green+Blue) = 241+200+203=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8CB is #0E3734. Grayscale: #D4D4D4. Windows color (decimal): -931637 or 13355249. OLE color: 13355249.

HSL color Cylindrical-coordinate representation of color #F1C8CB: hue angle of 355.61º degrees, saturation: 0.59, 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 #F1C8CB is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241200203-
CMYK00.170.160.05
HSL355.61º59.42%86.47%-
HSV(B)355.61º17.01%94.51%-
XYZ67.7164.3265.35-
YUV212.6122.58148.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 200 (78.52% from 255) = 31.06%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=37.42%
G=31.06%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120020300.170.160.05355.6159.4286.47
HexF1C8CB0111051643b56
Octal36131031302120554473126
Binary111100011100100011001011010001100001011011001001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8CB; }

 p { color: rgb(241,200,203); }

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

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

 a { background-color: rgb(241,200,203); }

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

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

 span { border-color: rgb(241,200,203); }

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