#F6C9BA

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

Shades of Watusi #F6C9BA

Tints of Watusi #F6C9BA

Color information

#F6C9BA (or 0xF6C9BA) is unknown color: approx Watusi. HEX triplet: F6, C9 and BA. RGB value is (246,201,186). Sum of RGB (Red+Green+Blue) = 246+201+186=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9BA is #093645. Grayscale: #D4D4D4. Windows color (decimal): -603718 or 12241398. OLE color: 12241398.

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

Color convert

RGB246201186-
CMYK00.180.240.04
HSL15º76.92%84.71%-
HSV(B)15º24.39%96.47%-
XYZ67.7664.9155.41-
YUV212.74112.91151.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.86%
GREEN value IS 201 (78.91% from 255) = 31.75%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=38.86%
G=31.75%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620118600.180.240.041576.9284.71
HexF6C9BA012184f4d55
Octal36631127202230417115125
Binary11110110110010011011101001001011000100111110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C9BA; }

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

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

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

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

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

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

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

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