COLOR #FFCBEB

HEX: #FFCBEB RGB: (255,203,235)

Color info

#FFCBEB contains red, green and blue colors in about the same proportion. Web safe color of #FFCBEB is #FFCCFF (or #FCF).

RGB color model

#FFCBEB color RGB value is (255,203,235).

RGB: (255,203,235) (100%, 80%, 92%)

RGB channels and saturation

R 255 of 255 = 100%
G 203 of 255 = 80%
B 235 of 255 = 92%

255
203
235

R + G + B ~ 91%. #FFCBEB is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 203 + 235 = 693 (100%)
R 255 of 693 ~ 36.8%
G 203 of 693 ~ 29.29%
B 235 of 693 ~ 33.91'%

%36.8
%29.29
%33.91

CMYK color model

#FFCBEB color CMYK value is (0,20,8,0).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK: (0,20,8,0) C0M20Y8K0 (0%,20%,8%,0%) (0.00/0.20/0.08/0.00) 

CMYK percentages

%0
%20.39
%7.84
%0

Codes

Color #FFCBEB in popluar color models

FF CB EB
RGB 255 203 235
HSL 323° 100.00% 89.80%
HSB/HSV 323° 20.39% 100.00%
CMYK 0.00% 20.39% 7.84%
0.00%

Color #FFCBEB in popluar number systems.

HEX FF CB EB
Decimal 255 203 235
Binary 11111111 11001011 11101011
Octal 377 313 353

Shades and tints

Shades of #FFCBEB

#FFCBEB
(255,203,235)
#E8B9D6
(232,185,214)
#D1A7C1
(209,167,193)
#BA95AC
(186,149,172)
#A38397
(163,131,151)
#8C7182
(140,113,130)
#755F6D
(117,95,109)
#5E4D58
(94,77,88)
#473B43
(71,59,67)
#30292E
(48,41,46)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #FFCBEB

#FFCBEB
(255,203,235)
#FFCFEC
(255,207,236)
#FFD3ED
(255,211,237)
#FFD7EE
(255,215,238)
#FFDBEF
(255,219,239)
#FFDFF0
(255,223,240)
#FFE3F1
(255,227,241)
#FFE7F2
(255,231,242)
#FFEBF3
(255,235,243)
#FFEFF4
(255,239,244)
#FFF3F5
(255,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFCBEB color. Also use rgb(255,203,235) instead hex code.

Text Font Color

.myTextColor { color: #FFCBEB; }

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

This text font color is #FFCBEB.

Background Color

.myBgColor { background-color: #FFCBEB; }

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

This div background color is #FFCBEB.

Border color

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

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

This div border color is #FFCBEB.

Opacity

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

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

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

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

This text has shadow with #FFCBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFCBEB.

Preview

Color preview on black background

This text has color #FFCBEB on black background.


Color preview on white background

This text has color #FFCBEB on white background.


Black color preview on #FFCBEB background

This text has black color on #FFCBEB background.


White color preview on #FFCBEB background

This text has white color on #FFCBEB background.


Related colors

Complementary color

Complementary color for #hex is #003414.


I love getcolorcode.com

Triadic colors

1 #EBFFCB and #CBEBFF with #FFCBEB are triadic colors.

2 #EBCBFF and #CBFFEB with #FFCBEB are triadic colors.