#F4CFBB

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

Shades of Watusi #F4CFBB

Tints of Watusi #F4CFBB

Color information

#F4CFBB (or 0xF4CFBB) is unknown color: approx Watusi. HEX triplet: F4, CF and BB. RGB value is (244,207,187). Sum of RGB (Red+Green+Blue) = 244+207+187=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFBB is #0B3044. Grayscale: #D7D7D7. Windows color (decimal): -733253 or 12308468. OLE color: 12308468.

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

Color convert

RGB244207187-
CMYK00.150.230.04
HSL21.05º72.15%84.51%-
HSV(B)21.05º23.36%95.69%-
XYZ68.5967.4556.42-
YUV215.78111.76148.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.24%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=38.24%
G=32.45%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420718700.150.230.0421.0572.1584.51
HexF4CFBB0F174154855
Octal36431727301727425110125
Binary11110100110011111011101101111101111001010110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFBB; }

 p { color: rgb(244,207,187); }

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

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

 a { background-color: rgb(244,207,187); }

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

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

 span { border-color: rgb(244,207,187); }

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