#F7F5DA

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

Shades of White Nectar #F7F5DA

Tints of White Nectar #F7F5DA

Color information

#F7F5DA (or 0xF7F5DA) is unknown color: approx White Nectar. HEX triplet: F7, F5 and DA. RGB value is (247,245,218). Sum of RGB (Red+Green+Blue) = 247+245+218=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 245 (96.09% from 255 or 34.51% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F5DA is #080A25. Grayscale: #F2F2F2. Windows color (decimal): -526886 or 14349815. OLE color: 14349815.

HSL color Cylindrical-coordinate representation of color #F7F5DA: hue angle of 55.86º degrees, saturation: 0.64, 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 #F7F5DA is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247245218-
CMYK00.010.120.03
HSL55.86º64.44%91.18%-
HSV(B)55.86º11.74%96.86%-
XYZ83.6790.1479.32-
YUV242.52114.16131.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.79%
GREEN value IS 245 (96.09% from 255) = 34.51%
BLUE value IS 218 (85.55% from 255) = 30.70%
R=34.79%
G=34.51%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724521800.010.120.0355.8664.4491.18
HexF7F5DA01C338405b
Octal3673653320114370100133
Binary1111011111110101110110100111001111100010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F5DA; }

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

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

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

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

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

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

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

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