#FAF6EE

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

Shades of Floral White #FAF6EE

Tints of Floral White #FAF6EE

Color information

#FAF6EE (or 0xFAF6EE) is unknown color: approx Floral White. HEX triplet: FA, F6 and EE. RGB value is (250,246,238). Sum of RGB (Red+Green+Blue) = 250+246+238=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 246 (96.48% from 255 or 33.51% from 734); Blue value is 238 (93.36% from 255 or 32.43% from 734); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF6EE is #050911. Grayscale: #F6F6F6. Windows color (decimal): -330002 or 15660794. OLE color: 15660794.

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

Color convert

RGB250246238-
CMYK00.020.050.02
HSL40º54.55%95.69%-
HSV(B)40º4.8%98.04%-
XYZ87.8192.4194.1-
YUV246.28123.33130.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.06%
GREEN value IS 246 (96.48% from 255) = 33.51%
BLUE value IS 238 (93.36% from 255) = 32.43%
R=34.06%
G=33.51%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024623800.020.050.024054.5595.69
HexFAF6EE0252283760
Octal37236635602525067140
Binary111110101111011011101110010101101010001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6EE; }

 p { color: rgb(250,246,238); }

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

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

 a { background-color: rgb(250,246,238); }

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

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

 span { border-color: rgb(250,246,238); }

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