Color Hex Logo

#fbcef0 Color Hex

#FBCEF0
(251,206,240)
0 Favorites   0 Comments

Color spaces of #fbcef0

RGB 251206240
HSL0.870.850.90
HSV315°18°98°
CMYK 0.000.180.04   0.02
XYZ77.583170.943192.0424
Yxy70.94310.32250.2949
Hunter Lab84.227717.0198-5.8315
CIE-Lab87.457421.3457-10.7315

#fbcef0 color RGB value is (251,206,240).

#fbcef0 hex color red value is 251, green value is 206 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #fbcef0 hue: 0.87 , saturation: 0.85 and the lightness value of fbcef0 is 0.90.

The process color (four color CMYK) of #fbcef0 color hex is 0.00, 0.18, 0.04, 0.02. Web safe color of #fbcef0 is #ffccff. Color #fbcef0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11110000
Octal 373 316 360
Decimal 251 206 240
Hex FB CE F0

RGB Percentages of Color #fbcef0

%36.01
%29.56
%34.43

CMYK Percentages of Color #fbcef0

%0
%18
%4
%2

Triadic Colors of #fbcef0

#fbcef0 #f0fbce #cef0fb

Analogous Colors of #fbcef0

#fbcef0 #fbceda #f0cefb

Monochromatic Colors of #fbcef0

#fbcef0

Complementary Color

#fbcef0 #cefbd9

#fbcef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcef0 Color CSS Codes

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

#fbcef0 Text Font Color

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

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


#fbcef0 Background Color

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

This div background color is #fbcef0


#fbcef0 Border Color

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

This div border color is #fbcef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcef0


Comments

No comments written yet.

Please login to write comment.