#F5F1DF

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

Shades of Bianca #F5F1DF

Tints of Bianca #F5F1DF

Color information

#F5F1DF (or 0xF5F1DF) is unknown color: approx Bianca. HEX triplet: F5, F1 and DF. RGB value is (245,241,223). Sum of RGB (Red+Green+Blue) = 245+241+223=709 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.56% from 709); Green value is 241 (94.53% from 255 or 33.99% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F1DF is #0A0E20. Grayscale: #F0F0F0. Windows color (decimal): -658977 or 14676469. OLE color: 14676469.

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

Color convert

RGB245241223-
CMYK00.020.090.04
HSL49.09º52.38%91.76%-
HSV(B)49.09º8.98%96.08%-
XYZ82.4387.6582.39-
YUV240.14118.33131.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.56%
GREEN value IS 241 (94.53% from 255) = 33.99%
BLUE value IS 223 (87.5% from 255) = 31.45%
R=34.56%
G=33.99%
B=31.45%

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
Decimal24524122300.020.090.0449.0952.3891.76
HexF5F1DF029431345c
Octal365361337021146164134
Binary11110101111100011101111101010011001100011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1DF; }

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

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

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

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

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

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

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

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