#F7F0DF

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

Shades of Bianca #F7F0DF

Tints of Bianca #F7F0DF

Color information

#F7F0DF (or 0xF7F0DF) is unknown color: approx Bianca. HEX triplet: F7, F0 and DF. RGB value is (247,240,223). Sum of RGB (Red+Green+Blue) = 247+240+223=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0DF is #080F20. Grayscale: #F0F0F0. Windows color (decimal): -528161 or 14676215. OLE color: 14676215.

HSL color Cylindrical-coordinate representation of color #F7F0DF: hue angle of 42.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7F0DF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247240223-
CMYK00.030.100.03
HSL42.5º60%92.16%-
HSV(B)42.5º9.72%96.86%-
XYZ82.8487.4282.32-
YUV240.16118.32132.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.79%
GREEN value IS 240 (94.14% from 255) = 33.80%
BLUE value IS 223 (87.5% from 255) = 31.41%
R=34.79%
G=33.80%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724022300.030.100.0342.56092.16
HexF7F0DF03A32a3c5c
Octal367360337031235274134
Binary1111011111110000110111110111010111010101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F0DF; }

 p { color: rgb(247,240,223); }

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

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

 a { background-color: rgb(247,240,223); }

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

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

 span { border-color: rgb(247,240,223); }

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