Html Css Color HEX #FBE6CE Blanched Almond

📋 copy color: '#FBE6CE'

red 251 ◦ green 230 ◦ blue 206

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

Shades of Blanched Almond #FBE6CE

Tints of Blanched Almond #FBE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.48%

 BLUE value IS 206 (80.86% from 255) = 29.99%

R = 36.54%
G = 33.48%
B = 29.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBE6CE (or 0xFBE6CE) is known color: Blanched Almond. HEX triplet: FB, E6 and CE. RGB value is (251,230,206). Sum of RGB (Red+Green+Blue) = 251+230+206=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE6CE is #041931. Grayscale: #E9E9E9. Windows color (decimal): -268594 or 13559547. OLE color: 13559547.

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

Color convert

RGB 251 230 206 -
CMYK 0 0.08 0.18 0.02
HSL 32º 0.85% 0.9% -
HSV(B) 32º 0.18% 0.98% -
XYZ 79.22 81.56 69.96 -
YUV 233.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 251 230 206 0 0.08 0.18 0.02 32 0.85 0.9
Hex FB E6 CE 0 8 12 2 20 55 5A
Octal 373 346 316 0 10 22 2 40 125 132
Binary 11111011 11100110 11001110 0 1000 10010 10 100000 1010101 1011010

Color Harmonies of #FBE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE6CE

Black with #FBE6CE

Text Example


Text Example

White with #FBE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE6CE; }

 p { color: rgb(251,230,206); }

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

background-color css

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

 a { background-color: rgb(251,230,206); }

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

border-color css

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

 span { border-color: rgb(251,230,206); }

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