#F6CBBA

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

Shades of Watusi #F6CBBA

Tints of Watusi #F6CBBA

Color information

#F6CBBA (or 0xF6CBBA) is unknown color: approx Watusi. HEX triplet: F6, CB and BA. RGB value is (246,203,186). Sum of RGB (Red+Green+Blue) = 246+203+186=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBBA is #093445. Grayscale: #D6D6D6. Windows color (decimal): -603206 or 12241910. OLE color: 12241910.

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

Color convert

RGB246203186-
CMYK00.170.240.04
HSL17º76.92%84.71%-
HSV(B)17º24.39%96.47%-
XYZ68.2265.8555.57-
YUV213.92112.25150.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.74%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=38.74%
G=31.97%
B=29.29%

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
Decimal24620318600.170.240.041776.9284.71
HexF6CBBA011184114d55
Octal36631327202130421115125
Binary111101101100101110111010010001110001001000110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CBBA; }

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

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

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

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

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

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

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

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