#F1C6CB

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

Shades of Azalea #F1C6CB

Tints of Azalea #F1C6CB

Color information

#F1C6CB (or 0xF1C6CB) is unknown color: approx Azalea. HEX triplet: F1, C6 and CB. RGB value is (241,198,203). Sum of RGB (Red+Green+Blue) = 241+198+203=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C6CB is #0E3934. Grayscale: #D3D3D3. Windows color (decimal): -932149 or 13354737. OLE color: 13354737.

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

Color convert

RGB241198203-
CMYK00.180.160.05
HSL353.02º60.56%86.08%-
HSV(B)353.02º17.84%94.51%-
XYZ67.2563.465.19-
YUV211.43123.25149.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 198 (77.73% from 255) = 30.84%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=37.54%
G=30.84%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119820300.180.160.05353.0260.5686.08
HexF1C6CB0121051613d56
Octal36130631302220554175126
Binary111100011100011011001011010010100001011011000011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6CB; }

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

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

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

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

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

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

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

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