#FBEFD8

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

Shades of Half Dutch White #FBEFD8

Tints of Half Dutch White #FBEFD8

Color information

#FBEFD8 (or 0xFBEFD8) is unknown color: approx Half Dutch White. HEX triplet: FB, EF and D8. RGB value is (251,239,216). Sum of RGB (Red+Green+Blue) = 251+239+216=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 216 (84.77% from 255 or 30.59% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFD8 is #041027. Grayscale: #F0F0F0. Windows color (decimal): -266280 or 14217211. OLE color: 14217211.

HSL color Cylindrical-coordinate representation of color #FBEFD8: hue angle of 39.43º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBEFD8 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251239216-
CMYK00.050.140.02
HSL39.43º81.4%91.57%-
HSV(B)39.43º13.94%98.43%-
XYZ83.0487.277.42-
YUV239.97114.48135.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.55%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 216 (84.77% from 255) = 30.59%
R=35.55%
G=33.85%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123921600.050.140.0239.4381.491.57
HexFBEFD805E227515c
Octal3733573300516247121134
Binary111110111110111111011000010111101010011110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFD8; }

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

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

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

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

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

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

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

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