#F4CDB9

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

Shades of Watusi #F4CDB9

Tints of Watusi #F4CDB9

Color information

#F4CDB9 (or 0xF4CDB9) is unknown color: approx Watusi. HEX triplet: F4, CD and B9. RGB value is (244,205,185). Sum of RGB (Red+Green+Blue) = 244+205+185=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDB9 is #0B3246. Grayscale: #D6D6D6. Windows color (decimal): -733767 or 12176884. OLE color: 12176884.

HSL color Cylindrical-coordinate representation of color #F4CDB9: hue angle of 20.34º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4CDB9 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244205185-
CMYK00.160.240.04
HSL20.34º72.84%84.12%-
HSV(B)20.34º24.18%95.69%-
XYZ67.966.455.14-
YUV214.38111.42149.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.49%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 185 (72.66% from 255) = 29.18%
R=38.49%
G=32.33%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420518500.160.240.0420.3472.8484.12
HexF4CDB9010184144954
Octal36431527102030424111124
Binary111101001100110110111001010000110001001010010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDB9; }

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

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

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

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

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

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

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

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