#F3EDDE

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

Shades of Bianca #F3EDDE

Tints of Bianca #F3EDDE

Color information

#F3EDDE (or 0xF3EDDE) is unknown color: approx Bianca. HEX triplet: F3, ED and DE. RGB value is (243,237,222). Sum of RGB (Red+Green+Blue) = 243+237+222=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDDE is #0C1221. Grayscale: #EDEDED. Windows color (decimal): -791074 or 14609907. OLE color: 14609907.

HSL color Cylindrical-coordinate representation of color #F3EDDE: hue angle of 42.86º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3EDDE is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243237222-
CMYK00.020.090.05
HSL42.86º46.67%91.18%-
HSV(B)42.86º8.64%95.29%-
XYZ80.4384.981.25-
YUV237.08119.49132.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.62%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 222 (87.11% from 255) = 31.62%
R=34.62%
G=33.76%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323722200.020.090.0542.8646.6791.18
HexF3EDDE02952b2f5b
Octal363355336021155357133
Binary11110011111011011101111001010011011010111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDDE; }

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

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

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

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

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

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

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

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