#F4F0DF

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

Shades of Bianca #F4F0DF

Tints of Bianca #F4F0DF

Color information

#F4F0DF (or 0xF4F0DF) is unknown color: approx Bianca. HEX triplet: F4, F0 and DF. RGB value is (244,240,223). Sum of RGB (Red+Green+Blue) = 244+240+223=707 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.51% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F0DF is #0B0F20. Grayscale: #EFEFEF. Windows color (decimal): -724769 or 14676212. OLE color: 14676212.

HSL color Cylindrical-coordinate representation of color #F4F0DF: hue angle of 48.57º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4F0DF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244240223-
CMYK00.020.090.04
HSL48.57º48.84%91.57%-
HSV(B)48.57º8.61%95.69%-
XYZ81.7986.8882.27-
YUV239.26118.83131.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.51%
GREEN value IS 240 (94.14% from 255) = 33.95%
BLUE value IS 223 (87.5% from 255) = 31.54%
R=34.51%
G=33.95%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424022300.020.090.0448.5748.8491.57
HexF4F0DF029431315c
Octal364360337021146161134
Binary11110100111100001101111101010011001100011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F0DF; }

 p { color: rgb(244,240,223); }

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

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

 a { background-color: rgb(244,240,223); }

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

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

 span { border-color: rgb(244,240,223); }

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