#F6EFDF

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

Shades of Bianca #F6EFDF

Tints of Bianca #F6EFDF

Color information

#F6EFDF (or 0xF6EFDF) is unknown color: approx Bianca. HEX triplet: F6, EF and DF. RGB value is (246,239,223). Sum of RGB (Red+Green+Blue) = 246+239+223=708 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.75% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFDF is #091020. Grayscale: #EFEFEF. Windows color (decimal): -593953 or 14675958. OLE color: 14675958.

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

Color convert

RGB246239223-
CMYK00.030.090.04
HSL41.74º56.1%91.96%-
HSV(B)41.74º9.35%96.47%-
XYZ82.1986.6582.21-
YUV239.27118.82132.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.75%
GREEN value IS 239 (93.75% from 255) = 33.76%
BLUE value IS 223 (87.5% from 255) = 31.50%
R=34.75%
G=33.76%
B=31.50%

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
Decimal24623922300.030.090.0441.7456.191.96
HexF6EFDF03942a385c
Octal366357337031145270134
Binary11110110111011111101111101110011001010101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFDF; }

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

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

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

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

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

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

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

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