#F6CEBD

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

Shades of Watusi #F6CEBD

Tints of Watusi #F6CEBD

Color information

#F6CEBD (or 0xF6CEBD) is unknown color: approx Watusi. HEX triplet: F6, CE and BD. RGB value is (246,206,189). Sum of RGB (Red+Green+Blue) = 246+206+189=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEBD is #093142. Grayscale: #D8D8D8. Windows color (decimal): -602435 or 12439286. OLE color: 12439286.

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

Color convert

RGB246206189-
CMYK00.160.230.04
HSL17.89º76%85.29%-
HSV(B)17.89º23.17%96.47%-
XYZ69.2667.4157.5-
YUV216.02112.75149.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=38.38%
G=32.14%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620618900.160.230.0417.897685.29
HexF6CEBD010174124c55
Octal36631627502027422114125
Binary111101101100111010111101010000101111001001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEBD; }

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

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

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

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

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

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

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

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