#F6CCBA

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

Shades of Watusi #F6CCBA

Tints of Watusi #F6CCBA

Color information

#F6CCBA (or 0xF6CCBA) is unknown color: approx Watusi. HEX triplet: F6, CC and BA. RGB value is (246,204,186). Sum of RGB (Red+Green+Blue) = 246+204+186=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCBA is #093345. Grayscale: #D6D6D6. Windows color (decimal): -602950 or 12242166. OLE color: 12242166.

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

Color convert

RGB246204186-
CMYK00.170.240.04
HSL18º76.92%84.71%-
HSV(B)18º24.39%96.47%-
XYZ68.4666.3255.65-
YUV214.51111.91150.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.68%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=38.68%
G=32.08%
B=29.25%

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
Decimal24620418600.170.240.041876.9284.71
HexF6CCBA011184124d55
Octal36631427202130422115125
Binary111101101100110010111010010001110001001001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CCBA; }

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

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

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

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

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

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

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

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