#F3C6BA

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

Shades of Watusi #F3C6BA

Tints of Watusi #F3C6BA

Color information

#F3C6BA (or 0xF3C6BA) is unknown color: approx Watusi. HEX triplet: F3, C6 and BA. RGB value is (243,198,186). Sum of RGB (Red+Green+Blue) = 243+198+186=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6BA is #0C3945. Grayscale: #D2D2D2. Windows color (decimal): -801094 or 12240627. OLE color: 12240627.

HSL color Cylindrical-coordinate representation of color #F3C6BA: hue angle of 12.63º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C6BA is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243198186-
CMYK00.190.230.05
HSL12.63º70.37%84.12%-
HSV(B)12.63º23.46%95.29%-
XYZ66.0262.9955.13-
YUV210.09114.41151.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 198 (77.73% from 255) = 31.58%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=38.76%
G=31.58%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319818600.190.230.0512.6370.3784.12
HexF3C6BA013175d4654
Octal36330627202327515106124
Binary11110011110001101011101001001110111101110110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C6BA; }

 p { color: rgb(243,198,186); }

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

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

 a { background-color: rgb(243,198,186); }

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

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

 span { border-color: rgb(243,198,186); }

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