#F4CDBF

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

Shades of Watusi #F4CDBF

Tints of Watusi #F4CDBF

Color information

#F4CDBF (or 0xF4CDBF) is unknown color: approx Watusi. HEX triplet: F4, CD and BF. RGB value is (244,205,191). Sum of RGB (Red+Green+Blue) = 244+205+191=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDBF is #0B3240. Grayscale: #D7D7D7. Windows color (decimal): -733761 or 12570100. OLE color: 12570100.

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

Color convert

RGB244205191-
CMYK00.160.220.04
HSL15.85º70.67%85.29%-
HSV(B)15.85º21.72%95.69%-
XYZ68.5466.6658.54-
YUV215.06114.42148.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.12%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 191 (75% from 255) = 29.84%
R=38.12%
G=32.03%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420519100.160.220.0415.8570.6785.29
HexF4CDBF010164104755
Octal36431527702026420107125
Binary111101001100110110111111010000101101001000010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDBF; }

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

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

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

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

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

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

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

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