#F1CFBB

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

Shades of Watusi #F1CFBB

Tints of Watusi #F1CFBB

Color information

#F1CFBB (or 0xF1CFBB) is unknown color: approx Watusi. HEX triplet: F1, CF and BB. RGB value is (241,207,187). Sum of RGB (Red+Green+Blue) = 241+207+187=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFBB is #0E3044. Grayscale: #D7D7D7. Windows color (decimal): -929861 or 12308465. OLE color: 12308465.

HSL color Cylindrical-coordinate representation of color #F1CFBB: hue angle of 22.22º degrees, saturation: 0.66, 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 #F1CFBB is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241207187-
CMYK00.140.220.05
HSL22.22º65.85%83.92%-
HSV(B)22.22º22.41%94.51%-
XYZ67.5666.9156.37-
YUV214.89112.26146.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=37.95%
G=32.60%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120718700.140.220.0522.2265.8583.92
HexF1CFBB0E165164254
Octal36131727301626526102124
Binary11110001110011111011101101110101101011011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFBB; }

 p { color: rgb(241,207,187); }

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

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

 a { background-color: rgb(241,207,187); }

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

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

 span { border-color: rgb(241,207,187); }

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