#F1C7BD

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

Shades of Watusi #F1C7BD

Tints of Watusi #F1C7BD

Color information

#F1C7BD (or 0xF1C7BD) is unknown color: approx Watusi. HEX triplet: F1, C7 and BD. RGB value is (241,199,189). Sum of RGB (Red+Green+Blue) = 241+199+189=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7BD is #0E3842. Grayscale: #D2D2D2. Windows color (decimal): -931907 or 12437489. OLE color: 12437489.

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

Color convert

RGB241199189-
CMYK00.170.220.05
HSL11.54º65%84.31%-
HSV(B)11.54º21.58%94.51%-
XYZ65.8863.2256.87-
YUV210.42115.91149.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 199 (78.12% from 255) = 31.64%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=38.31%
G=31.64%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119918900.170.220.0511.546584.31
HexF1C7BD011165c4154
Octal36130727502126514101124
Binary11110001110001111011110101000110110101110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7BD; }

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

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

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

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

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

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

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

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