#F5F3DA

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

Shades of White Nectar #F5F3DA

Tints of White Nectar #F5F3DA

Color information

#F5F3DA (or 0xF5F3DA) is unknown color: approx White Nectar. HEX triplet: F5, F3 and DA. RGB value is (245,243,218). Sum of RGB (Red+Green+Blue) = 245+243+218=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 218 (85.55% from 255 or 30.88% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F3DA is #0A0C25. Grayscale: #F0F0F0. Windows color (decimal): -658470 or 14349301. OLE color: 14349301.

HSL color Cylindrical-coordinate representation of color #F5F3DA: hue angle of 55.56º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5F3DA is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245243218-
CMYK00.010.110.04
HSL55.56º57.45%90.78%-
HSV(B)55.56º11.02%96.08%-
XYZ82.3688.5879.09-
YUV240.75115.16131.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.70%
GREEN value IS 243 (95.31% from 255) = 34.42%
BLUE value IS 218 (85.55% from 255) = 30.88%
R=34.70%
G=34.42%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524321800.010.110.0455.5657.4590.78
HexF5F3DA01B438395b
Octal365363332011347071133
Binary1111010111110011110110100110111001110001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F3DA; }

 p { color: rgb(245,243,218); }

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

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

 a { background-color: rgb(245,243,218); }

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

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

 span { border-color: rgb(245,243,218); }

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