#F4CDBE

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

Shades of Watusi #F4CDBE

Tints of Watusi #F4CDBE

Color information

#F4CDBE (or 0xF4CDBE) is unknown color: approx Watusi. HEX triplet: F4, CD and BE. RGB value is (244,205,190). Sum of RGB (Red+Green+Blue) = 244+205+190=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDBE is #0B3241. Grayscale: #D7D7D7. Windows color (decimal): -733762 or 12504564. OLE color: 12504564.

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

Color convert

RGB244205190-
CMYK00.160.220.04
HSL16.67º71.05%85.1%-
HSV(B)16.67º22.13%95.69%-
XYZ68.4366.6157.97-
YUV214.95113.92148.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.18%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=38.18%
G=32.08%
B=29.73%

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
Decimal24420519000.160.220.0416.6771.0585.1
HexF4CDBE010164114755
Octal36431527602026421107125
Binary111101001100110110111110010000101101001000110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDBE; }

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

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

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

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

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

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

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

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