Color Hex Logo

#fbceee Color Hex

#FBCEEE
(251,206,238)
0 Favorites   0 Comments

Color spaces of #fbceee

RGB 251206238
HSL0.880.850.90
HSV317°18°98°
CMYK 0.000.180.05   0.02
XYZ77.287670.824990.4860
Yxy70.82490.32390.2968
Hunter Lab84.157516.6530-4.8382
CIE-Lab87.399920.9995-9.7587

#fbceee color RGB value is (251,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11101110
Octal 373 316 356
Decimal 251 206 238
Hex FB CE EE

RGB Percentages of Color #fbceee

%36.12
%29.64
%34.24

CMYK Percentages of Color #fbceee

%0
%18
%5
%2

Triadic Colors of #fbceee

#fbceee #eefbce #ceeefb

Analogous Colors of #fbceee

#fbceee #fbced8 #f2cefb

Monochromatic Colors of #fbceee

#fbceee

Complementary Color

#fbceee #cefbdb

#fbceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbceee Color CSS Codes

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

#fbceee Text Font Color

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

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


#fbceee Background Color

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

This div background color is #fbceee


#fbceee Border Color

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

This div border color is #fbceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbceee


Comments

No comments written yet.

Please login to write comment.