#F4CDB5

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

Shades of Watusi #F4CDB5

Tints of Watusi #F4CDB5

Color information

#F4CDB5 (or 0xF4CDB5) is unknown color: approx Watusi. HEX triplet: F4, CD and B5. RGB value is (244,205,181). Sum of RGB (Red+Green+Blue) = 244+205+181=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDB5 is #0B324A. Grayscale: #D6D6D6. Windows color (decimal): -733771 or 11914740. OLE color: 11914740.

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

Color convert

RGB244205181-
CMYK00.160.260.04
HSL22.86º74.12%83.33%-
HSV(B)22.86º25.82%95.69%-
XYZ67.4866.2352.94-
YUV213.92109.42149.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.73%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 181 (71.09% from 255) = 28.73%
R=38.73%
G=32.54%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420518100.160.260.0422.8674.1283.33
HexF4CDB50101A4174a53
Octal36431526502032427112123
Binary111101001100110110110101010000110101001011110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDB5; }

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

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

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

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

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

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

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

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