#F3C7BA

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

Shades of Watusi #F3C7BA

Tints of Watusi #F3C7BA

Color information

#F3C7BA (or 0xF3C7BA) is unknown color: approx Watusi. HEX triplet: F3, C7 and BA. RGB value is (243,199,186). Sum of RGB (Red+Green+Blue) = 243+199+186=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C7BA is #0C3845. Grayscale: #D2D2D2. Windows color (decimal): -800838 or 12240883. OLE color: 12240883.

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

Color convert

RGB243199186-
CMYK00.180.230.05
HSL13.68º70.37%84.12%-
HSV(B)13.68º23.46%95.29%-
XYZ66.2563.4555.21-
YUV210.67114.08151.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 199 (78.12% from 255) = 31.69%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=38.69%
G=31.69%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319918600.180.230.0513.6870.3784.12
HexF3C7BA012175e4654
Octal36330727202227516106124
Binary11110011110001111011101001001010111101111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C7BA; }

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

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

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

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

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

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

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

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