Color Hex Logo

#fbdbca Color Hex

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

Color spaces of #fbdbca

RGB 251219202
HSL0.060.860.89
HSV21°20°98°
CMYK 0.000.130.20   0.02
XYZ75.775875.436566.4440
Yxy75.43650.34810.3466
Hunter Lab86.85423.737215.4407
CIE-Lab89.59718.465812.4238

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

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

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

Base Numbers

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

RGB Percentages of Color #fbdbca

%37.35
%32.59
%30.06

CMYK Percentages of Color #fbdbca

%0
%13
%20
%2

Triadic Colors of #fbdbca

#fbdbca #cafbdb #dbcafb

Analogous Colors of #fbdbca

#fbdbca #fbf4ca #fbcad2

Monochromatic Colors of #fbdbca

#fbdbca

Complementary Color

#fbdbca #caeafb

#fbdbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbca Color CSS Codes

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

#fbdbca Text Font Color

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

This sample text font color is #fbdbca
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.


#fbdbca Background Color

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

This div background color is #fbdbca


#fbdbca Border Color

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

This div border color is #fbdbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbca

#fbdbca Color Palettes


Comments

No comments written yet.

Please login to write comment.