#F4CEBE

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

Shades of Watusi #F4CEBE

Tints of Watusi #F4CEBE

Color information

#F4CEBE (or 0xF4CEBE) is unknown color: approx Watusi. HEX triplet: F4, CE and BE. RGB value is (244,206,190). Sum of RGB (Red+Green+Blue) = 244+206+190=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CEBE is #0B3141. Grayscale: #D7D7D7. Windows color (decimal): -733506 or 12504820. OLE color: 12504820.

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

Color convert

RGB244206190-
CMYK00.160.220.04
HSL17.78º71.05%85.1%-
HSV(B)17.78º22.13%95.69%-
XYZ68.6767.0958.05-
YUV215.54113.59148.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.12%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=38.12%
G=32.19%
B=29.69%

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
Decimal24420619000.160.220.0417.7871.0585.1
HexF4CEBE010164124755
Octal36431627602026422107125
Binary111101001100111010111110010000101101001001010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CEBE; }

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

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

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

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

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

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

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

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