COLOR #FFCABE

HEX: #FFCABE
RGB: (255,202,190)

Color info

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

RGB color model

#FFCABE color RGB value is (255,202,190).

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

RGB channels and saturation

R 255 of 255 = 100%
G 202 of 255 = 79%
B 190 of 255 = 75%

255
202
190

R + G + B ~ 85%. #FFCABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 202 + 190 = 647 (100%)
R 255 of 647 ~ 39.41%
G 202 of 647 ~ 31.22%
B 190 of 647 ~ 29.37%

%39.41
%31.22
%29.37

CMYK color model

#FFCABE color CMYK value is (0,21,25,0).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 25.49%
  • key color value is 0.00%
CMYK:
(0,21,25,0)
C0M21Y25K0 
(0%,21%,25%,0%)
(0.00/0.21/0.25/0.00)	

CMYK percentages

%0
%20.78
%25.49
%0

Codes

Color #FFCABE in popluar color models

FFCABE
RGB255202190
HSL11°100.00%87.25%
HSB/HSV11°25.49%100.00%
CMYK0.00%20.78%25.49%
0.00%

Color #FFCABE in popluar number systems.

HEXFFCABE
Decimal255202190
Binary111111111100101010111110
Octal377312276

Shades and tints

Shades of #FFCABE

#FFCABE
(255,202,190)
#E8B8AD
(232,184,173)
#D1A69C
(209,166,156)
#BA948B
(186,148,139)
#A3827A
(163,130,122)
#8C7069
(140,112,105)
#755E58
(117,94,88)
#5E4C47
(94,76,71)
#473A36
(71,58,54)
#302825
(48,40,37)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #FFCABE

#FFCABE
(255,202,190)
#FFCEC3
(255,206,195)
#FFD2C8
(255,210,200)
#FFD6CD
(255,214,205)
#FFDAD2
(255,218,210)
#FFDED7
(255,222,215)
#FFE2DC
(255,226,220)
#FFE6E1
(255,230,225)
#FFEAE6
(255,234,230)
#FFEEEB
(255,238,235)
#FFF2F0
(255,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCABE; }

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

This text font color is #FFCABE.


Background Color

.myBgColor { background-color: #FFCABE; }

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

This div background color is #FFCABE.


Border color

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

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

This div border color is #FFCABE.


Opacity

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

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

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

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

This text has shadow with #FFCABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCABE on black background.


Color preview on white background

This text has color #FFCABE on white background.



Black color preview on #FFCABE background

This text has black color on #FFCABE background.


White color preview on #FFCABE background

This text has white color on #FFCABE background.