#F3C9BB

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

Shades of Watusi #F3C9BB

Tints of Watusi #F3C9BB

Color information

#F3C9BB (or 0xF3C9BB) is unknown color: approx Watusi. HEX triplet: F3, C9 and BB. RGB value is (243,201,187). Sum of RGB (Red+Green+Blue) = 243+201+187=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9BB is #0C3644. Grayscale: #D4D4D4. Windows color (decimal): -800325 or 12306931. OLE color: 12306931.

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

Color convert

RGB243201187-
CMYK00.170.230.05
HSL15º70%84.31%-
HSV(B)15º23.05%95.29%-
XYZ66.8264.4255.93-
YUV211.96113.91150.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=38.51%
G=31.85%
B=29.64%

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
Decimal24320118700.170.230.05157084.31
HexF3C9BB011175f4654
Octal36331127302127517106124
Binary11110011110010011011101101000110111101111110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C9BB; }

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

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

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

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

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

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

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

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