COLOR #FBF5DC

HEX: #FBF5DC
RGB: (251,245,220)

Renk bilgisi

#FBF5DC contains red, green and blue colors in about the same proportion. #FBF5DC ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#FBF5DC color RGB value is (251,245,220).

  • kırmız ton 251;
  • yeşil ton 245;
  • mavi ton 220.
RGB:
(251,245,220)
(98%,96%,86%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 245 of 255 = 96%
B 220 of 255 = 86%

251
245
220

R + G + B ~ 93%. #FBF5DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 245 + 220 = 716 (100%)
R 251 of 716 ~ 35.06%
G 245 of 716 ~ 34.22%
B 220 of 716 ~ 30.73%

%35.06
%34.22
%30.73

CMYK RENK MODELİ

#FBF5DC rengi CMYK tonu (0,2,12,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.39%
  • sarı tonu 12.35%
  • ana renk tonu 1.57%
CMYK:
(0,2,12,2)
C0M2Y12K2 
(0%,2%,12%,2%)
(0.00/0.02/0.12/0.02)	

CMYK yüzdeleri

%0
%2.39
%12.35
%1.57

Codes

Color #FBF5DC in popluar color models

FBF5DC
RGB251245220
HSL48°79.49%92.35%
HSB/HSV48°12.35%98.43%
CMYK0.00%2.39%12.35%
1.57%

Color #FBF5DC in popluar number systems.

HEXFBF5DC
Decimal251245220
Binary111110111111010111011100
Octal373365334

Shades and tints

Shades of #FBF5DC

#FBF5DC
(251,245,220)
#E5DFC8
(229,223,200)
#CFC9B4
(207,201,180)
#B9B3A0
(185,179,160)
#A39D8C
(163,157,140)
#8D8778
(141,135,120)
#777164
(119,113,100)
#615B50
(97,91,80)
#4B453C
(75,69,60)
#352F28
(53,47,40)
#1F1914
(31,25,20)
#000000
(0,0,0)

Tints of #FBF5DC

#FBF5DC
(251,245,220)
#FBF5DF
(251,245,223)
#FBF5E2
(251,245,226)
#FBF5E5
(251,245,229)
#FBF5E8
(251,245,232)
#FBF5EB
(251,245,235)
#FBF5EE
(251,245,238)
#FBF5F1
(251,245,241)
#FBF5F4
(251,245,244)
#FBF5F7
(251,245,247)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBF5DC color. Also use rgb(251,245,220) instead hex code.

Text Font Color

.myTextColor { color: #FBF5DC; }

<p style="color:#FBF5DC">This sample text font color is #FBF5DC.</p>

This text font color is #FBF5DC.


Background Color

.myBgColor { background-color: #FBF5DC; }

<div style="background-color:#FBF5DC">Inner text</div>

This div background color is #FBF5DC.


Border color

.myBorderColor { border: 1px solid #FBF5DC; }

<div style="border:3px solid #FBF5DC">Div</div>

This div border color is #FBF5DC.


Opacity

.myOpacity80 { color: #FBF5DC; opacity: 0.8; }

<p style="color:#FBF5DC;opacity:0.8;">80%</p>

Text with #FBF5DC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FBF5DC;}

<p style="text-shadow: 3px 3px 1px #FBF5DC">Text here.</p>

This text has shadow with #FBF5DC color.

.textShadow {text-shadow: 3px 3px 1px #FBF5DC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FBF5DC, 5px 5px 20px red">Text here.</p>

This text has shadow with #FBF5DC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBF5DC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FBF5DC, Direction=45, Strength=4)">Text</p>

This text has shadow with #FBF5DC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FBF5DC;
  -webkit-box-shadow:	1px 1px 3px 2px #FBF5DC;
  box-shadow:		1px 1px 3px 2px #FBF5DC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBF5DC;
-webkit-box-shadow: 1px 1px 3px 2px #FBF5DC;
box-shadow:1px 1px 3px 2px #FBF5DC;">
Div content here</div>
This div box has shadow with color #FBF5DC.

Preview

Color preview on black background

This text has color #FBF5DC on black background.


Color preview on white background

This text has color #FBF5DC on white background.



Black color preview on #FBF5DC background

This text has black color on #FBF5DC background.


White color preview on #FBF5DC background

This text has white color on #FBF5DC background.