Color Hex Logo

#fbcadb Color Hex

#FBCADB
(251,202,219)
0 Favorites   0 Comments

Color spaces of #fbcadb

RGB 251202219
HSL0.940.860.89
HSV339°20°98°
CMYK 0.000.200.13   0.02
XYZ73.690467.864876.2331
Yxy67.86480.33840.3116
Hunter Lab82.380115.50612.8001
CIE-Lab85.938819.9415-1.8359

#fbcadb color RGB value is (251,202,219).

#fbcadb hex color red value is 251, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fbcadb hue: 0.94 , saturation: 0.86 and the lightness value of fbcadb is 0.89.

The process color (four color CMYK) of #fbcadb color hex is 0.00, 0.20, 0.13, 0.02. Web safe color of #fbcadb is #ffcccc. Color #fbcadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 11011011
Octal 373 312 333
Decimal 251 202 219
Hex FB CA DB

RGB Percentages of Color #fbcadb

%37.35
%30.06
%32.59

CMYK Percentages of Color #fbcadb

%0
%20
%13
%2

Triadic Colors of #fbcadb

#fbcadb #dbfbca #cadbfb

Analogous Colors of #fbcadb

#fbcadb #fbd2ca #fbcaf4

Monochromatic Colors of #fbcadb

#fbcadb

Complementary Color

#fbcadb #cafbea

#fbcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcadb Color CSS Codes

.mybgcolor {background-color:#fbcadb; } 
.myforecolor {color:#fbcadb; }
.mybordercolor {border:3px solid #fbcadb; }

#fbcadb Text Font Color

<p style="color:#fbcadb">Text here</p>

This sample text font color is #fbcadb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbcadb Background Color

<div style="background-color:#fbcadb">
Div content here</div>

This div background color is #fbcadb


#fbcadb Border Color

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

This div border color is #fbcadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,202,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbcadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbcadb;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcadb;
  box-shadow:         1px 1px 3px 2px #fbcadb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,202,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbcadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcadb;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcadb;
  box-shadow:         1px 1px 3px 2px #fbcadb;">
Div content here</div>

This div box has shadow with color #fbcadb

#fbcadb Color Palettes


Comments

No comments written yet.

Please login to write comment.