Html Css Color HEX #FBE2BC Moccasin

📋 copy color: '#FBE2BC'

red 251 ◦ green 226 ◦ blue 188

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

Shades of Moccasin #FBE2BC

Tints of Moccasin #FBE2BC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.98%

 BLUE value IS 188 (73.83% from 255) = 28.27%

R = 37.74%
G = 33.98%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBE2BC (or 0xFBE2BC) is known color: Moccasin. HEX triplet: FB, E2 and BC. RGB value is (251,226,188). Sum of RGB (Red+Green+Blue) = 251+226+188=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 188 (73.83% from 255 or 28.27% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2BC is #041D43. Grayscale: #E5E5E5. Windows color (decimal): -269636 or 12378875. OLE color: 12378875.

HSL color Cylindrical-coordinate representation of color #FBE2BC: hue angle of 36.19º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBE2BC is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 226 188 -
CMYK 0 0.10 0.25 0.02
HSL 36.19º 0.89% 0.86% -
HSV(B) 36.19º 0.25% 0.98% -
XYZ 76.06 78.53 58.73 -
YUV 229.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 251 226 188 0 0.10 0.25 0.02 36.19 0.89 0.86
Hex FB E2 BC 0 A 19 2 24 59 56
Octal 373 342 274 0 12 31 2 44 131 126
Binary 11111011 11100010 10111100 0 1010 11001 10 100100 1011001 1010110

Color Harmonies of #FBE2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2BC

Black with #FBE2BC

Text Example


Text Example

White with #FBE2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2BC; }

 p { color: rgb(251,226,188); }

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

background-color css

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

 a { background-color: rgb(251,226,188); }

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

border-color css

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

 span { border-color: rgb(251,226,188); }

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