#F1C7BA

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

Shades of Watusi #F1C7BA

Tints of Watusi #F1C7BA

Color information

#F1C7BA (or 0xF1C7BA) is unknown color: approx Watusi. HEX triplet: F1, C7 and BA. RGB value is (241,199,186). Sum of RGB (Red+Green+Blue) = 241+199+186=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7BA is #0E3845. Grayscale: #D2D2D2. Windows color (decimal): -931910 or 12240881. OLE color: 12240881.

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

Color convert

RGB241199186-
CMYK00.170.230.05
HSL14.18º66.27%83.73%-
HSV(B)14.18º22.82%94.51%-
XYZ65.5663.0955.18-
YUV210.08114.41150.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=38.50%
G=31.79%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119918600.170.230.0514.1866.2783.73
HexF1C7BA011175e4254
Octal36130727202127516102124
Binary11110001110001111011101001000110111101111010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7BA; }

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

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

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

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

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

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

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

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