#F9F5DA

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

Shades of White Nectar #F9F5DA

Tints of White Nectar #F9F5DA

Color information

#F9F5DA (or 0xF9F5DA) is unknown color: approx White Nectar. HEX triplet: F9, F5 and DA. RGB value is (249,245,218). Sum of RGB (Red+Green+Blue) = 249+245+218=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 218 (85.55% from 255 or 30.62% from 712); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F5DA is #060A25. Grayscale: #F3F3F3. Windows color (decimal): -395814 or 14349817. OLE color: 14349817.

HSL color Cylindrical-coordinate representation of color #F9F5DA: hue angle of 52.26º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9F5DA is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249245218-
CMYK00.020.120.02
HSL52.26º72.09%91.57%-
HSV(B)52.26º12.45%97.65%-
XYZ84.3790.5179.35-
YUV243.12113.83132.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.97%
GREEN value IS 245 (96.09% from 255) = 34.41%
BLUE value IS 218 (85.55% from 255) = 30.62%
R=34.97%
G=34.41%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924521800.020.120.0252.2672.0991.57
HexF9F5DA02C234485c
Octal3713653320214264110134
Binary11111001111101011101101001011001011010010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F5DA; }

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

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

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

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

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

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

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

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