#F3CDB9

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

Shades of Watusi #F3CDB9

Tints of Watusi #F3CDB9

Color information

#F3CDB9 (or 0xF3CDB9) is unknown color: approx Watusi. HEX triplet: F3, CD and B9. RGB value is (243,205,185). Sum of RGB (Red+Green+Blue) = 243+205+185=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDB9 is #0C3246. Grayscale: #D6D6D6. Windows color (decimal): -799303 or 12176883. OLE color: 12176883.

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

Color convert

RGB243205185-
CMYK00.160.240.05
HSL20.69º70.73%83.92%-
HSV(B)20.69º23.87%95.29%-
XYZ67.5566.2255.12-
YUV214.08111.59148.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.39%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 185 (72.66% from 255) = 29.23%
R=38.39%
G=32.39%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320518500.160.240.0520.6970.7383.92
HexF3CDB9010185154754
Octal36331527102030525107124
Binary111100111100110110111001010000110001011010110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDB9; }

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

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

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

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

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

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

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

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