#FBEFEE

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

Shades of White Smoke #FBEFEE

Tints of White Smoke #FBEFEE

Color information

#FBEFEE (or 0xFBEFEE) is unknown color: approx White Smoke. HEX triplet: FB, EF and EE. RGB value is (251,239,238). Sum of RGB (Red+Green+Blue) = 251+239+238=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 238 (93.36% from 255 or 32.69% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFEE is #041011. Grayscale: #F2F2F2. Windows color (decimal): -266258 or 15659003. OLE color: 15659003.

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

Color convert

RGB251239238-
CMYK00.050.050.02
HSL4.62º61.9%95.88%-
HSV(B)4.62º5.18%98.43%-
XYZ86.0888.4293.42-
YUV242.47125.48134.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 239 (93.75% from 255) = 32.83%
BLUE value IS 238 (93.36% from 255) = 32.69%
R=34.48%
G=32.83%
B=32.69%

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
Decimal25123923800.050.050.024.6261.995.88
HexFBEFEE055253e60
Octal3733573560552576140
Binary1111101111101111111011100101101101011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFEE; }

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

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

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

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

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

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

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

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