Color Hex Logo

#fbceef Color Hex

#FBCEEF
(251,206,239)
0 Favorites   0 Comments

Color spaces of #fbceef

RGB 251206239
HSL0.880.850.90
HSV316°18°98°
CMYK 0.000.180.05   0.02
XYZ77.435070.883891.2620
Yxy70.88380.32320.2959
Hunter Lab84.192516.8362-5.3337
CIE-Lab87.428521.1724-10.2453

#fbceef color RGB value is (251,206,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11101111
Octal 373 316 357
Decimal 251 206 239
Hex FB CE EF

RGB Percentages of Color #fbceef

%36.06
%29.60
%34.34

CMYK Percentages of Color #fbceef

%0
%18
%5
%2

Triadic Colors of #fbceef

#fbceef #effbce #ceeffb

Analogous Colors of #fbceef

#fbceef #fbced9 #f1cefb

Monochromatic Colors of #fbceef

#fbceef

Complementary Color

#fbceef #cefbda

#fbceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbceef Color CSS Codes

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

#fbceef Text Font Color

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

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


#fbceef Background Color

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

This div background color is #fbceef


#fbceef Border Color

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

This div border color is #fbceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbceef

Related Colors


Comments

No comments written yet.

Please login to write comment.