#F6CDBD

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

Shades of Watusi #F6CDBD

Tints of Watusi #F6CDBD

Color information

#F6CDBD (or 0xF6CDBD) is unknown color: approx Watusi. HEX triplet: F6, CD and BD. RGB value is (246,205,189). Sum of RGB (Red+Green+Blue) = 246+205+189=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDBD is #093242. Grayscale: #D7D7D7. Windows color (decimal): -602691 or 12439030. OLE color: 12439030.

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

Color convert

RGB246205189-
CMYK00.170.230.04
HSL16.84º76%85.29%-
HSV(B)16.84º23.17%96.47%-
XYZ69.0266.9357.42-
YUV215.44113.08149.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.44%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=38.44%
G=32.03%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620518900.170.230.0416.847685.29
HexF6CDBD011174114c55
Octal36631527502127421114125
Binary111101101100110110111101010001101111001000110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CDBD; }

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

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

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

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

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

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

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

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