#F8F4DA

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

Shades of White Nectar #F8F4DA

Tints of White Nectar #F8F4DA

Color information

#F8F4DA (or 0xF8F4DA) is unknown color: approx White Nectar. HEX triplet: F8, F4 and DA. RGB value is (248,244,218). Sum of RGB (Red+Green+Blue) = 248+244+218=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 244 (95.70% from 255 or 34.37% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F4DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F4DA is #070B25. Grayscale: #F2F2F2. Windows color (decimal): -461606 or 14349560. OLE color: 14349560.

HSL color Cylindrical-coordinate representation of color #F8F4DA: hue angle of 52º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8F4DA is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248244218-
CMYK00.020.120.03
HSL52º68.18%91.37%-
HSV(B)52º12.1%97.25%-
XYZ83.7289.7279.23-
YUV242.23114.33132.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.93%
GREEN value IS 244 (95.70% from 255) = 34.37%
BLUE value IS 218 (85.55% from 255) = 30.70%
R=34.93%
G=34.37%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824421800.020.120.035268.1891.37
HexF8F4DA02C334445b
Octal3703643320214364104133
Binary11111000111101001101101001011001111010010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F4DA; }

 p { color: rgb(248,244,218); }

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

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

 a { background-color: rgb(248,244,218); }

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

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

 span { border-color: rgb(248,244,218); }

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