#FAF1EE

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

Shades of Rose White #FAF1EE

Tints of Rose White #FAF1EE

Color information

#FAF1EE (or 0xFAF1EE) is unknown color: approx Rose White. HEX triplet: FA, F1 and EE. RGB value is (250,241,238). Sum of RGB (Red+Green+Blue) = 250+241+238=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 238 (93.36% from 255 or 32.65% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1EE is #050E11. Grayscale: #F3F3F3. Windows color (decimal): -331282 or 15659514. OLE color: 15659514.

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

Color convert

RGB250241238-
CMYK00.040.050.02
HSL15º54.55%95.69%-
HSV(B)15º4.8%98.04%-
XYZ86.3189.4193.6-
YUV243.35124.98132.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 241 (94.53% from 255) = 33.06%
BLUE value IS 238 (93.36% from 255) = 32.65%
R=34.29%
G=33.06%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024123800.040.050.021554.5595.69
HexFAF1EE0452f3760
Octal37236135604521767140
Binary11111010111100011110111001001011011111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1EE; }

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

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

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

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

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

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

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

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