#F6CDBA

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

Shades of Watusi #F6CDBA

Tints of Watusi #F6CDBA

Color information

#F6CDBA (or 0xF6CDBA) is unknown color: approx Watusi. HEX triplet: F6, CD and BA. RGB value is (246,205,186). Sum of RGB (Red+Green+Blue) = 246+205+186=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDBA is #093245. Grayscale: #D7D7D7. Windows color (decimal): -602694 or 12242422. OLE color: 12242422.

HSL color Cylindrical-coordinate representation of color #F6CDBA: hue angle of 19º 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 #F6CDBA is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246205186-
CMYK00.170.240.04
HSL19º76.92%84.71%-
HSV(B)19º24.39%96.47%-
XYZ68.766.855.73-
YUV215.09111.58150.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 186 (73.05% from 255) = 29.20%
R=38.62%
G=32.18%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620518600.170.240.041976.9284.71
HexF6CDBA011184134d55
Octal36631527202130423115125
Binary111101101100110110111010010001110001001001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CDBA; }

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

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

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

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

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

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

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

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