#F6CEBA

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

Shades of Watusi #F6CEBA

Tints of Watusi #F6CEBA

Color information

#F6CEBA (or 0xF6CEBA) is unknown color: approx Watusi. HEX triplet: F6, CE and BA. RGB value is (246,206,186). Sum of RGB (Red+Green+Blue) = 246+206+186=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEBA is #093145. Grayscale: #D7D7D7. Windows color (decimal): -602438 or 12242678. OLE color: 12242678.

HSL color Cylindrical-coordinate representation of color #F6CEBA: hue angle of 20º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6CEBA is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246206186-
CMYK00.160.240.04
HSL20º76.92%84.71%-
HSV(B)20º24.39%96.47%-
XYZ68.9467.2855.81-
YUV215.68111.25149.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.56%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=38.56%
G=32.29%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620618600.160.240.042076.9284.71
HexF6CEBA010184144d55
Octal36631627202030424115125
Binary111101101100111010111010010000110001001010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEBA; }

 p { color: rgb(246,206,186); }

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

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

 a { background-color: rgb(246,206,186); }

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

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

 span { border-color: rgb(246,206,186); }

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