#F1CFBE

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

Shades of Watusi #F1CFBE

Tints of Watusi #F1CFBE

Color information

#F1CFBE (or 0xF1CFBE) is unknown color: approx Watusi. HEX triplet: F1, CF and BE. RGB value is (241,207,190). Sum of RGB (Red+Green+Blue) = 241+207+190=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFBE is #0E3041. Grayscale: #D7D7D7. Windows color (decimal): -929858 or 12505073. OLE color: 12505073.

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

Color convert

RGB241207190-
CMYK00.140.210.05
HSL20º64.56%84.51%-
HSV(B)20º21.16%94.51%-
XYZ67.8867.0458.08-
YUV215.23113.76146.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=37.77%
G=32.45%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120719000.140.210.052064.5684.51
HexF1CFBE0E155144155
Octal36131727601625524101125
Binary11110001110011111011111001110101011011010010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFBE; }

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

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

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

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

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

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

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

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