#F1C4B9

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

Shades of Watusi #F1C4B9

Tints of Watusi #F1C4B9

Color information

#F1C4B9 (or 0xF1C4B9) is unknown color: approx Watusi. HEX triplet: F1, C4 and B9. RGB value is (241,196,185). Sum of RGB (Red+Green+Blue) = 241+196+185=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4B9 is #0E3B46. Grayscale: #D0D0D0. Windows color (decimal): -932679 or 12174577. OLE color: 12174577.

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

Color convert

RGB241196185-
CMYK00.190.230.05
HSL11.79º66.67%83.53%-
HSV(B)11.79º23.24%94.51%-
XYZ64.7761.6854.39-
YUV208.2114.91151.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 196 (76.95% from 255) = 31.51%
BLUE value IS 185 (72.66% from 255) = 29.74%
R=38.75%
G=31.51%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119618500.190.230.0511.7966.6783.53
HexF1C4B9013175c4354
Octal36130427102327514103124
Binary11110001110001001011100101001110111101110010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4B9; }

 p { color: rgb(241,196,185); }

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

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

 a { background-color: rgb(241,196,185); }

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

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

 span { border-color: rgb(241,196,185); }

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