#F3C6B9

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

Shades of Watusi #F3C6B9

Tints of Watusi #F3C6B9

Color information

#F3C6B9 (or 0xF3C6B9) is unknown color: approx Watusi. HEX triplet: F3, C6 and B9. RGB value is (243,198,185). Sum of RGB (Red+Green+Blue) = 243+198+185=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C6B9 is #0C3946. Grayscale: #D2D2D2. Windows color (decimal): -801095 or 12175091. OLE color: 12175091.

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

Color convert

RGB243198185-
CMYK00.190.240.05
HSL13.45º70.73%83.92%-
HSV(B)13.45º23.87%95.29%-
XYZ65.9162.9554.57-
YUV209.97113.91151.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 198 (77.73% from 255) = 31.63%
BLUE value IS 185 (72.66% from 255) = 29.55%
R=38.82%
G=31.63%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319818500.190.240.0513.4570.7383.92
HexF3C6B9013185d4754
Octal36330627102330515107124
Binary11110011110001101011100101001111000101110110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C6B9; }

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

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

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

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

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

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

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

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