#F1CFB9

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

Shades of Watusi #F1CFB9

Tints of Watusi #F1CFB9

Color information

#F1CFB9 (or 0xF1CFB9) is unknown color: approx Watusi. HEX triplet: F1, CF and B9. RGB value is (241,207,185). Sum of RGB (Red+Green+Blue) = 241+207+185=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFB9 is #0E3046. Grayscale: #D6D6D6. Windows color (decimal): -929863 or 12177393. OLE color: 12177393.

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

Color convert

RGB241207185-
CMYK00.140.230.05
HSL23.57º66.67%83.53%-
HSV(B)23.57º23.24%94.51%-
XYZ67.3566.8355.25-
YUV214.66111.26146.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 185 (72.66% from 255) = 29.23%
R=38.07%
G=32.70%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120718500.140.230.0523.5766.6783.53
HexF1CFB90E175184354
Octal36131727101627530103124
Binary11110001110011111011100101110101111011100010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFB9; }

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

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

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

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

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

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

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

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