#F6C9B6

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

Shades of Watusi #F6C9B6

Tints of Watusi #F6C9B6

Color information

#F6C9B6 (or 0xF6C9B6) is unknown color: approx Watusi. HEX triplet: F6, C9 and B6. RGB value is (246,201,182). Sum of RGB (Red+Green+Blue) = 246+201+182=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 182 (71.48% from 255 or 28.93% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9B6 is #093649. Grayscale: #D4D4D4. Windows color (decimal): -603722 or 11979254. OLE color: 11979254.

HSL color Cylindrical-coordinate representation of color #F6C9B6: hue angle of 17.81º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6C9B6 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB246201182-
CMYK00.180.260.04
HSL17.81º78.05%83.92%-
HSV(B)17.81º26.02%96.47%-
XYZ67.3464.7453.2-
YUV212.29110.91152.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.11%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 182 (71.48% from 255) = 28.93%
R=39.11%
G=31.96%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620118200.180.260.0417.8178.0583.92
HexF6C9B60121A4124e54
Octal36631126602232422116124
Binary111101101100100110110110010010110101001001010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C9B6; }

 p { color: rgb(246,201,182); }

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

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

 a { background-color: rgb(246,201,182); }

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

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

 span { border-color: rgb(246,201,182); }

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