#F5EFDF

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

Shades of Bianca #F5EFDF

Tints of Bianca #F5EFDF

Color information

#F5EFDF (or 0xF5EFDF) is unknown color: approx Bianca. HEX triplet: F5, EF and DF. RGB value is (245,239,223). Sum of RGB (Red+Green+Blue) = 245+239+223=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EFDF is #0A1020. Grayscale: #EFEFEF. Windows color (decimal): -659489 or 14675957. OLE color: 14675957.

HSL color Cylindrical-coordinate representation of color #F5EFDF: hue angle of 43.64º degrees, saturation: 0.52, 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 #F5EFDF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245239223-
CMYK00.020.090.04
HSL43.64º52.38%91.76%-
HSV(B)43.64º8.98%96.08%-
XYZ81.8486.4782.19-
YUV238.97118.99132.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.65%
GREEN value IS 239 (93.75% from 255) = 33.80%
BLUE value IS 223 (87.5% from 255) = 31.54%
R=34.65%
G=33.80%
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
Decimal24523922300.020.090.0443.6452.3891.76
HexF5EFDF02942c345c
Octal365357337021145464134
Binary11110101111011111101111101010011001011001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFDF; }

 p { color: rgb(245,239,223); }

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

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

 a { background-color: rgb(245,239,223); }

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

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

 span { border-color: rgb(245,239,223); }

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