#FBEFD5

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

Shades of Half Dutch White #FBEFD5

Tints of Half Dutch White #FBEFD5

Color information

#FBEFD5 (or 0xFBEFD5) is unknown color: approx Half Dutch White. HEX triplet: FB, EF and D5. RGB value is (251,239,213). Sum of RGB (Red+Green+Blue) = 251+239+213=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 213 (83.59% from 255 or 30.30% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFD5 is #04102A. Grayscale: #EFEFEF. Windows color (decimal): -266283 or 14020603. OLE color: 14020603.

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

Color convert

RGB251239213-
CMYK00.050.150.02
HSL41.05º82.61%90.98%-
HSV(B)41.05º15.14%98.43%-
XYZ82.6687.0575.4-
YUV239.62112.98136.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 213 (83.59% from 255) = 30.30%
R=35.70%
G=34.00%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123921300.050.150.0241.0582.6190.98
HexFBEFD505F229535b
Octal3733573250517251123133
Binary111110111110111111010101010111111010100110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFD5; }

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

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

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

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

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

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

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

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