#F1CBB5

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

Shades of Watusi #F1CBB5

Tints of Watusi #F1CBB5

Color information

#F1CBB5 (or 0xF1CBB5) is unknown color: approx Watusi. HEX triplet: F1, CB and B5. RGB value is (241,203,181). Sum of RGB (Red+Green+Blue) = 241+203+181=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBB5 is #0E344A. Grayscale: #D3D3D3. Windows color (decimal): -930891 or 11914225. OLE color: 11914225.

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

Color convert

RGB241203181-
CMYK00.160.250.05
HSL22º68.18%82.75%-
HSV(B)22º24.9%94.51%-
XYZ65.9764.7552.74-
YUV211.85110.59148.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 181 (71.09% from 255) = 28.96%
R=38.56%
G=32.48%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120318100.160.250.052268.1882.75
HexF1CBB5010195164453
Octal36131326502031526104123
Binary111100011100101110110101010000110011011011010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBB5; }

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

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

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

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

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

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

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

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