#FAEEEE

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

Shades of White Smoke #FAEEEE

Tints of White Smoke #FAEEEE

Color information

#FAEEEE (or 0xFAEEEE) is unknown color: approx White Smoke. HEX triplet: FA, EE and EE. RGB value is (250,238,238). Sum of RGB (Red+Green+Blue) = 250+238+238=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEEE is #051111. Grayscale: #F1F1F1. Windows color (decimal): -332050 or 15658746. OLE color: 15658746.

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

Color convert

RGB250238238-
CMYK00.050.050.02
HSL54.55%95.69%-
HSV(B)4.8%98.04%-
XYZ85.4387.6593.3-
YUV241.59125.98134-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 238 (93.36% from 255) = 32.78%
BLUE value IS 238 (93.36% from 255) = 32.78%
R=34.44%
G=32.78%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023823800.050.050.02054.5595.69
HexFAEEEE055203760
Octal3723563560552067140
Binary11111010111011101110111001011011001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEEE; }

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

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

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

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

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

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

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

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