#FAF0DE

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

Shades of Island Spice #FAF0DE

Tints of Island Spice #FAF0DE

Color information

#FAF0DE (or 0xFAF0DE) is unknown color: approx Island Spice. HEX triplet: FA, F0 and DE. RGB value is (250,240,222). Sum of RGB (Red+Green+Blue) = 250+240+222=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 222 (87.11% from 255 or 31.18% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0DE is #050F21. Grayscale: #F1F1F1. Windows color (decimal): -331554 or 14610682. OLE color: 14610682.

HSL color Cylindrical-coordinate representation of color #FAF0DE: hue angle of 38.57º degrees, saturation: 0.74, 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 #FAF0DE is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250240222-
CMYK00.040.110.02
HSL38.57º73.68%92.55%-
HSV(B)38.57º11.2%98.04%-
XYZ83.7787.9281.66-
YUV240.94117.31134.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 240 (94.14% from 255) = 33.71%
BLUE value IS 222 (87.11% from 255) = 31.18%
R=35.11%
G=33.71%
B=31.18%

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
Decimal25024022200.040.110.0238.5773.6892.55
HexFAF0DE04B2274a5d
Octal3723603360413247112135
Binary111110101111000011011110010010111010011110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0DE; }

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

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

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

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

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

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

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

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