#FAF0D4

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

Shades of Half Dutch White #FAF0D4

Tints of Half Dutch White #FAF0D4

Color information

#FAF0D4 (or 0xFAF0D4) is unknown color: approx Half Dutch White. HEX triplet: FA, F0 and D4. RGB value is (250,240,212). Sum of RGB (Red+Green+Blue) = 250+240+212=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0D4 is #050F2B. Grayscale: #EFEFEF. Windows color (decimal): -331564 or 13955322. OLE color: 13955322.

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

Color convert

RGB250240212-
CMYK00.040.150.02
HSL44.21º79.17%90.59%-
HSV(B)44.21º15.2%98.04%-
XYZ82.4787.474.81-
YUV239.8112.31135.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 240 (94.14% from 255) = 34.19%
BLUE value IS 212 (83.20% from 255) = 30.20%
R=35.61%
G=34.19%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024021200.040.150.0244.2179.1790.59
HexFAF0D404F22c4f5b
Octal3723603240417254117133
Binary111110101111000011010100010011111010110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0D4; }

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

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

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

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

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

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

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

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