Html Css Color HEX #FBEBD0 Blanched Almond

📋 copy color: '#FBEBD0'

red 251 ◦ green 235 ◦ blue 208

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

Shades of Blanched Almond #FBEBD0

Tints of Blanched Almond #FBEBD0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.86%

 BLUE value IS 208 (81.64% from 255) = 29.97%

R = 36.17%
G = 33.86%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBEBD0 (or 0xFBEBD0) is known color: Blanched Almond. HEX triplet: FB, EB and D0. RGB value is (251,235,208). Sum of RGB (Red+Green+Blue) = 251+235+208=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 208 (81.64% from 255 or 29.97% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBD0 is #04142F. Grayscale: #ECECEC. Windows color (decimal): -267312 or 13691899. OLE color: 13691899.

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

Color convert

RGB 251 235 208 -
CMYK 0 0.06 0.17 0.02
HSL 37.67º 0.84% 0.9% -
HSV(B) 37.67º 0.17% 0.98% -
XYZ 80.88 84.48 71.72 -
YUV 236.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 251 235 208 0 0.06 0.17 0.02 37.67 0.84 0.9
Hex FB EB D0 0 6 11 2 26 54 5A
Octal 373 353 320 0 6 21 2 46 124 132
Binary 11111011 11101011 11010000 0 110 10001 10 100110 1010100 1011010

Color Harmonies of #FBEBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEBD0

Black with #FBEBD0

Text Example


Text Example

White with #FBEBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEBD0; }

 p { color: rgb(251,235,208); }

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

background-color css

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

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

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

border-color css

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

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

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