#F3C9BA

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

Shades of Watusi #F3C9BA

Tints of Watusi #F3C9BA

Color information

#F3C9BA (or 0xF3C9BA) is unknown color: approx Watusi. HEX triplet: F3, C9 and BA. RGB value is (243,201,186). Sum of RGB (Red+Green+Blue) = 243+201+186=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9BA is #0C3645. Grayscale: #D3D3D3. Windows color (decimal): -800326 or 12241395. OLE color: 12241395.

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

Color convert

RGB243201186-
CMYK00.170.230.05
HSL15.79º70.37%84.12%-
HSV(B)15.79º23.46%95.29%-
XYZ66.7164.3755.36-
YUV211.85113.41150.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.57%
GREEN value IS 201 (78.91% from 255) = 31.90%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=38.57%
G=31.90%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320118600.170.230.0515.7970.3784.12
HexF3C9BA011175104654
Octal36331127202127520106124
Binary111100111100100110111010010001101111011000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C9BA; }

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

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

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

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

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

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

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

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