#FBEEEE

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

Shades of White Smoke #FBEEEE

Tints of White Smoke #FBEEEE

Color information

#FBEEEE (or 0xFBEEEE) is unknown color: approx White Smoke. HEX triplet: FB, EE and EE. RGB value is (251,238,238). Sum of RGB (Red+Green+Blue) = 251+238+238=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 238 (93.36% from 255 or 32.74% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEEEE is #041111. Grayscale: #F1F1F1. Windows color (decimal): -266514 or 15658747. OLE color: 15658747.

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

Color convert

RGB251238238-
CMYK00.050.050.02
HSL61.9%95.88%-
HSV(B)5.18%98.43%-
XYZ85.7987.8393.32-
YUV241.89125.81134.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.53%
GREEN value IS 238 (93.36% from 255) = 32.74%
BLUE value IS 238 (93.36% from 255) = 32.74%
R=34.53%
G=32.74%
B=32.74%

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
Decimal25123823800.050.050.02061.995.88
HexFBEEEE055203e60
Octal3733563560552076140
Binary11111011111011101110111001011011001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEEE; }

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

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

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

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

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

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

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

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