#FAF7EE

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

Shades of Floral White #FAF7EE

Tints of Floral White #FAF7EE

Color information

#FAF7EE (or 0xFAF7EE) is unknown color: approx Floral White. HEX triplet: FA, F7 and EE. RGB value is (250,247,238). Sum of RGB (Red+Green+Blue) = 250+247+238=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 247 (96.88% from 255 or 33.61% from 735); Blue value is 238 (93.36% from 255 or 32.38% from 735); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7EE is #050811. Grayscale: #F6F6F6. Windows color (decimal): -329746 or 15661050. OLE color: 15661050.

HSL color Cylindrical-coordinate representation of color #FAF7EE: hue angle of 45º 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 #FAF7EE is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250247238-
CMYK00.010.050.02
HSL45º54.55%95.69%-
HSV(B)45º4.8%98.04%-
XYZ88.1293.0294.2-
YUV246.87122.99130.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.01%
GREEN value IS 247 (96.88% from 255) = 33.61%
BLUE value IS 238 (93.36% from 255) = 32.38%
R=34.01%
G=33.61%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024723800.010.050.024554.5595.69
HexFAF7EE01522d3760
Octal37236735601525567140
Binary11111010111101111110111001101101011011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7EE; }

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

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

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

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

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

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

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

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