#F5F1DE

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

Shades of Bianca #F5F1DE

Tints of Bianca #F5F1DE

Color information

#F5F1DE (or 0xF5F1DE) is unknown color: approx Bianca. HEX triplet: F5, F1 and DE. RGB value is (245,241,222). Sum of RGB (Red+Green+Blue) = 245+241+222=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 222 (87.11% from 255 or 31.36% from 708); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1DE is #0A0E21. Grayscale: #F0F0F0. Windows color (decimal): -658978 or 14610933. OLE color: 14610933.

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

Color convert

RGB245241222-
CMYK00.020.090.04
HSL49.57º53.49%91.57%-
HSV(B)49.57º9.39%96.08%-
XYZ82.387.681.68-
YUV240.03117.83131.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.60%
GREEN value IS 241 (94.53% from 255) = 34.04%
BLUE value IS 222 (87.11% from 255) = 31.36%
R=34.60%
G=34.04%
B=31.36%

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
Decimal24524122200.020.090.0449.5753.4991.57
HexF5F1DE029432355c
Octal365361336021146265134
Binary11110101111100011101111001010011001100101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1DE; }

 p { color: rgb(245,241,222); }

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

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

 a { background-color: rgb(245,241,222); }

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

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

 span { border-color: rgb(245,241,222); }

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