#F4EDDE

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

Shades of Bianca #F4EDDE

Tints of Bianca #F4EDDE

Color information

#F4EDDE (or 0xF4EDDE) is unknown color: approx Bianca. HEX triplet: F4, ED and DE. RGB value is (244,237,222). Sum of RGB (Red+Green+Blue) = 244+237+222=703 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.71% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDDE is #0B1221. Grayscale: #EDEDED. Windows color (decimal): -725538 or 14609908. OLE color: 14609908.

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

Color convert

RGB244237222-
CMYK00.030.090.04
HSL40.91º50%91.37%-
HSV(B)40.91º9.02%95.69%-
XYZ80.7885.0881.27-
YUV237.38119.32132.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.71%
GREEN value IS 237 (92.97% from 255) = 33.71%
BLUE value IS 222 (87.11% from 255) = 31.58%
R=34.71%
G=33.71%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423722200.030.090.0440.915091.37
HexF4EDDE039429325b
Octal364355336031145162133
Binary11110100111011011101111001110011001010011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDDE; }

 p { color: rgb(244,237,222); }

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

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

 a { background-color: rgb(244,237,222); }

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

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

 span { border-color: rgb(244,237,222); }

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