COLOR #FECCC9

HEX: #FECCC9 RGB: (254,204,201)

Renk bilgisi

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

RGB renk modeli

#FECCC9 color RGB value is (254,204,201).

RGB: (254,204,201) (100%, 80%, 79%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 204 of 255 = 80%
B 201 of 255 = 79%

254
204
201

R + G + B ~ 86%. #FECCC9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 254 + 204 + 201 = 659 (100%)
R 254 of 659 ~ 38.54%
G 204 of 659 ~ 30.96%
B 201 of 659 ~ 30.5'%

%38.54
%30.96
%30.5

CMYK RENK MODELİ

#FECCC9 rengi CMYK tonu (0,20,21,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.69%
  • sarı tonu 20.87%
  • ana renk tonu 0.39%

CMYK: (0,20,21,0)
C0M20Y21K0 (0%, 20%, 21%, 0%)
(0.00 / 0.20 / 0.21 / 0.00)

CMYK yüzdeleri

%0
%19.69
%20.87
%0.39

Codes

Color #FECCC9 in popluar color models

FE CC C9
RGB 254 204 201
HSL 96.36% 89.22%
HSB/HSV 20.87% 99.61%
CMYK 0.00% 19.69% 20.87%
0.39%

Color #FECCC9 in popluar number systems.

HEX FE CC C9
Decimal 254 204 201
Binary 11111110 11001100 11001001
Octal 376 314 311

Shades and tints

Shades of #FECCC9

#FECCC9
(254,204,201)
#E7BAB7
(231,186,183)
#D0A8A5
(208,168,165)
#B99693
(185,150,147)
#A28481
(162,132,129)
#8B726F
(139,114,111)
#74605D
(116,96,93)
#5D4E4B
(93,78,75)
#463C39
(70,60,57)
#2F2A27
(47,42,39)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #FECCC9

#FECCC9
(254,204,201)
#FED0CD
(254,208,205)
#FED4D1
(254,212,209)
#FED8D5
(254,216,213)
#FEDCD9
(254,220,217)
#FEE0DD
(254,224,221)
#FEE4E1
(254,228,225)
#FEE8E5
(254,232,229)
#FEECE9
(254,236,233)
#FEF0ED
(254,240,237)
#FEF4F1
(254,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECCC9 color. Also use rgb(254,204,201) instead hex code.

Text Font Color

.myTextColor { color: #FECCC9; }

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

This text font color is #FECCC9.

Background Color

.myBgColor { background-color: #FECCC9; }

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

This div background color is #FECCC9.

Border color

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

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

This div border color is #FECCC9.

Opacity

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

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

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

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

This text has shadow with #FECCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECCC9.

Preview

Color preview on black background

This text has color #FECCC9 on black background.


Color preview on white background

This text has color #FECCC9 on white background.


Black color preview on #FECCC9 background

This text has black color on #FECCC9 background.


White color preview on #FECCC9 background

This text has white color on #FECCC9 background.


Related colors

Complementary color

Complementary color for #hex is #013336.


I love getcolorcode.com

Triadic colors

1 #C9FECC and #CCC9FE with #FECCC9 are triadic colors.

2 #C9CCFE and #CCFEC9 with #FECCC9 are triadic colors.