Html Css Color HEX #FBE8D1 Antique White

📋 copy color: '#FBE8D1'

red 251 ◦ green 232 ◦ blue 209

#FBE8D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique White #FBE8D1

Tints of Antique White #FBE8D1

RGB

 RED value IS 251 (98.44% from 255) = 36.27%

 GREEN value IS 232 (91.02% from 255) = 33.53%

 BLUE value IS 209 (82.03% from 255) = 30.2%

R = 36.27%
G = 33.53%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBE8D1 (or 0xFBE8D1) is known color: Antique White. HEX triplet: FB, E8 and D1. RGB value is (251,232,209). Sum of RGB (Red+Green+Blue) = 251+232+209=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 209 (82.03% from 255 or 30.20% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE8D1 is #04172E. Grayscale: #EBEBEB. Windows color (decimal): -268079 or 13756667. OLE color: 13756667.

HSL color Cylindrical-coordinate representation of color #FBE8D1: hue angle of 32.86º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBE8D1 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 232 209 -
CMYK 0 0.08 0.17 0.02
HSL 32.86º 0.84% 0.9% -
HSV(B) 32.86º 0.17% 0.98% -
XYZ 80.15 82.83 72.08 -
YUV 235.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 251 232 209 0 0.08 0.17 0.02 32.86 0.84 0.9
Hex FB E8 D1 0 8 11 2 21 54 5A
Octal 373 350 321 0 10 21 2 41 124 132
Binary 11111011 11101000 11010001 0 1000 10001 10 100001 1010100 1011010

Color Harmonies of #FBE8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE8D1

Black with #FBE8D1

Text Example


Text Example

White with #FBE8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE8D1; }

 p { color: rgb(251,232,209); }

 H1.HeaderClassName
 {
   color: #FBE8D1;
 }
 .AnyTagClassName
 {
   color: #FBE8D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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