COLOR #FFCABD

HEX: #FFCABD
RGB: (255,202,189)

Color info

#FFCABD contains mainly red and green colors. Web safe color of #FFCABD is #FFCCCC (or #FCC).

RGB color model

#FFCABD color RGB value is (255,202,189).

  • red value is 255;
  • green value is 202;
  • blue value is 189.
RGB:
(255,202,189)
(100%,79%,74%)

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 189 of 255 = 74%

255
202
189

R + G + B ~ 84%. #FFCABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 202 + 189 = 646 (100%)
R 255 of 646 ~ 39.47%
G 202 of 646 ~ 31.27%
B 189 of 646 ~ 29.26%

%39.47
%31.27
%29.26

CMYK color model

#FFCABD color CMYK value is (0,21,26,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 25.88%
  • key color value is 0.00%
CMYK:
(0,21,26,0)
C0M21Y26K0 
(0%,21%,26%,0%)
(0.00/0.21/0.26/0.00)	

CMYK percentages

%0
%20.78
%25.88
%0

Codes

Color #FFCABD in popluar color models

FFCABD
RGB255202189
HSL12°100.00%87.06%
HSB/HSV12°25.88%100.00%
CMYK0.00%20.78%25.88%
0.00%

Color #FFCABD in popluar number systems.

HEXFFCABD
Decimal255202189
Binary111111111100101010111101
Octal377312275

Shades and tints

Shades of #FFCABD

#FFCABD
(255,202,189)
#E8B8AC
(232,184,172)
#D1A69B
(209,166,155)
#BA948A
(186,148,138)
#A38279
(163,130,121)
#8C7068
(140,112,104)
#755E57
(117,94,87)
#5E4C46
(94,76,70)
#473A35
(71,58,53)
#302824
(48,40,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #FFCABD

#FFCABD
(255,202,189)
#FFCEC3
(255,206,195)
#FFD2C9
(255,210,201)
#FFD6CF
(255,214,207)
#FFDAD5
(255,218,213)
#FFDEDB
(255,222,219)
#FFE2E1
(255,226,225)
#FFE6E7
(255,230,231)
#FFEAED
(255,234,237)
#FFEEF3
(255,238,243)
#FFF2F9
(255,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCABD color. Also use rgb(255,202,189) instead hex code.

Text Font Color

.myTextColor { color: #FFCABD; }

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

This text font color is #FFCABD.


Background Color

.myBgColor { background-color: #FFCABD; }

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

This div background color is #FFCABD.


Border color

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

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

This div border color is #FFCABD.


Opacity

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

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

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

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

This text has shadow with #FFCABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCABD on black background.


Color preview on white background

This text has color #FFCABD on white background.



Black color preview on #FFCABD background

This text has black color on #FFCABD background.


White color preview on #FFCABD background

This text has white color on #FFCABD background.