#F3EDE0

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

Shades of Bianca #F3EDE0

Tints of Bianca #F3EDE0

Color information

#F3EDE0 (or 0xF3EDE0) is unknown color: approx Bianca. HEX triplet: F3, ED and E0. RGB value is (243,237,224). Sum of RGB (Red+Green+Blue) = 243+237+224=704 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.52% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 224 (87.89% from 255 or 31.82% from 704); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDE0 is #0C121F. Grayscale: #EDEDED. Windows color (decimal): -791072 or 14740979. OLE color: 14740979.

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

Color convert

RGB243237224-
CMYK00.020.080.05
HSL41.05º44.19%91.57%-
HSV(B)41.05º7.82%95.29%-
XYZ80.78582.68-
YUV237.31120.49132.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.52%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 224 (87.89% from 255) = 31.82%
R=34.52%
G=33.66%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323722400.020.080.0541.0544.1991.57
HexF3EDE00285292c5c
Octal363355340021055154134
Binary11110011111011011110000001010001011010011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDE0; }

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

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

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

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

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

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

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

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