COLOR #FDBB99

HEX: #FDBB99
RGB: (253,187,153)

Renk bilgisi

#FDBB99 contains mainly red color. #FDBB99 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FDBB99 color RGB value is (253,187,153).

  • kırmız ton 253;
  • yeşil ton 187;
  • mavi ton 153.
RGB:
(253,187,153)
(99%,73%,60%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 187 of 255 = 73%
B 153 of 255 = 60%

253
187
153

R + G + B ~ 77%. #FDBB99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 187 + 153 = 593 (100%)
R 253 of 593 ~ 42.66%
G 187 of 593 ~ 31.53%
B 153 of 593 ~ 25.8%

%42.66
%31.53
%25.8

CMYK RENK MODELİ

#FDBB99 rengi CMYK tonu (0,26,40,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.09%
  • sarı tonu 39.53%
  • ana renk tonu 0.78%
CMYK:
(0,26,40,1)
C0M26Y40K1 
(0%,26%,40%,1%)
(0.00/0.26/0.40/0.01)	

CMYK yüzdeleri

%0
%26.09
%39.53
%0.78

Codes

Color #FDBB99 in popluar color models

FDBB99
RGB253187153
HSL20°96.15%79.61%
HSB/HSV20°39.53%99.22%
CMYK0.00%26.09%39.53%
0.78%

Color #FDBB99 in popluar number systems.

HEXFDBB99
Decimal253187153
Binary111111011011101110011001
Octal375273231

Shades and tints

Shades of #FDBB99

#FDBB99
(253,187,153)
#E6AA8C
(230,170,140)
#CF997F
(207,153,127)
#B88872
(184,136,114)
#A17765
(161,119,101)
#8A6658
(138,102,88)
#73554B
(115,85,75)
#5C443E
(92,68,62)
#453331
(69,51,49)
#2E2224
(46,34,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #FDBB99

#FDBB99
(253,187,153)
#FDC1A2
(253,193,162)
#FDC7AB
(253,199,171)
#FDCDB4
(253,205,180)
#FDD3BD
(253,211,189)
#FDD9C6
(253,217,198)
#FDDFCF
(253,223,207)
#FDE5D8
(253,229,216)
#FDEBE1
(253,235,225)
#FDF1EA
(253,241,234)
#FDF7F3
(253,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBB99 color. Also use rgb(253,187,153) instead hex code.

Text Font Color

.myTextColor { color: #FDBB99; }

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

This text font color is #FDBB99.


Background Color

.myBgColor { background-color: #FDBB99; }

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

This div background color is #FDBB99.


Border color

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

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

This div border color is #FDBB99.


Opacity

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

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

Text with #FDBB99 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 #FDBB99;}

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

This text has shadow with #FDBB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBB99 on black background.


Color preview on white background

This text has color #FDBB99 on white background.



Black color preview on #FDBB99 background

This text has black color on #FDBB99 background.


White color preview on #FDBB99 background

This text has white color on #FDBB99 background.