#F4CEBF

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

Shades of Watusi #F4CEBF

Tints of Watusi #F4CEBF

Color information

#F4CEBF (or 0xF4CEBF) is unknown color: approx Watusi. HEX triplet: F4, CE and BF. RGB value is (244,206,191). Sum of RGB (Red+Green+Blue) = 244+206+191=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CEBF is #0B3140. Grayscale: #D7D7D7. Windows color (decimal): -733505 or 12570356. OLE color: 12570356.

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

Color convert

RGB244206191-
CMYK00.160.220.04
HSL16.98º70.67%85.29%-
HSV(B)16.98º21.72%95.69%-
XYZ68.7867.1458.62-
YUV215.65114.09148.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.07%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 191 (75% from 255) = 29.80%
R=38.07%
G=32.14%
B=29.80%

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
Decimal24420619100.160.220.0416.9870.6785.29
HexF4CEBF010164114755
Octal36431627702026421107125
Binary111101001100111010111111010000101101001000110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CEBF; }

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

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

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

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

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

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

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

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