Color Hex Logo

#fffbd0 Color Hex

#FFFBD0
(255,251,208)
2 Favorites   0 Comments

Color spaces of #fffbd0

RGB 255251208
HSL0.151.000.91
HSV55°18°100°
CMYK 0.000.020.18   0.00
XYZ87.122394.808473.3825
Yxy94.80840.34120.3713
Hunter Lab97.3696-10.682423.4749
CIE-Lab97.9568-5.494421.1266

#fffbd0 color RGB value is (255,251,208).

#fffbd0 hex color red value is 255, green value is 251 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fffbd0 hue: 0.15 , saturation: 1.00 and the lightness value of fffbd0 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111011 11010000
Octal 377 373 320
Decimal 255 251 208
Hex FF FB D0

RGB Percentages of Color #fffbd0

%35.71
%35.15
%29.13

CMYK Percentages of Color #fffbd0

%0
%2
%18
%0

Triadic Colors of #fffbd0

#fffbd0 #d0fffb #fbd0ff

Analogous Colors of #fffbd0

#fffbd0 #ecffd0 #ffe4d0

Monochromatic Colors of #fffbd0

#fffbd0

Complementary Color

#fffbd0 #d0d4ff

#fffbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffbd0 Color CSS Codes

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

#fffbd0 Text Font Color

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

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


#fffbd0 Background Color

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

This div background color is #fffbd0


#fffbd0 Border Color

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

This div border color is #fffbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffbd0

Related Colors


Comments

No comments written yet.

Please login to write comment.