#FAF0DF

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

Shades of Island Spice #FAF0DF

Tints of Island Spice #FAF0DF

Color information

#FAF0DF (or 0xFAF0DF) is unknown color: approx Island Spice. HEX triplet: FA, F0 and DF. RGB value is (250,240,223). Sum of RGB (Red+Green+Blue) = 250+240+223=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0DF is #050F20. Grayscale: #F1F1F1. Windows color (decimal): -331553 or 14676218. OLE color: 14676218.

HSL color Cylindrical-coordinate representation of color #FAF0DF: hue angle of 37.78º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAF0DF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250240223-
CMYK00.040.110.02
HSL37.78º72.97%92.75%-
HSV(B)37.78º10.8%98.04%-
XYZ83.987.9782.37-
YUV241.05117.81134.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 223 (87.5% from 255) = 31.28%
R=35.06%
G=33.66%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024022300.040.110.0237.7872.9792.75
HexFAF0DF04B226495d
Octal3723603370413246111135
Binary111110101111000011011111010010111010011010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0DF; }

 p { color: rgb(250,240,223); }

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

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

 a { background-color: rgb(250,240,223); }

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

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

 span { border-color: rgb(250,240,223); }

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