Color Hex Logo

#fbfffa Color Hex

#FBFFFA
(251,255,250)
1 Favorites   0 Comments

Color spaces of #fbfffa

RGB 251255250
HSL0.301.000.99
HSV108°100°
CMYK 0.020.000.02   0.00
XYZ92.799098.9314104.6471
Yxy98.93140.31310.3338
Hunter Lab99.4643-7.52407.2455
CIE-Lab99.5853-2.18601.9130

#fbfffa color RGB value is (251,255,250).

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

The process color (four color CMYK) of #fbfffa color hex is 0.02, 0.00, 0.02, 0.00. Web safe color of #fbfffa is #ffffff. Color #fbfffa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 11111010
Octal 373 377 372
Decimal 251 255 250
Hex FB FF FA

RGB Percentages of Color #fbfffa

%33.20
%33.73
%33.07

CMYK Percentages of Color #fbfffa

%2
%0
%2
%0

Triadic Colors of #fbfffa

#fbfffa #fafbff #fffafb

Analogous Colors of #fbfffa

#fbfffa #fafffc #fefffa

Monochromatic Colors of #fbfffa

#fbfffa

Complementary Color

#fbfffa #fefaff

#fbfffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfffa Color CSS Codes

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

#fbfffa Text Font Color

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

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


#fbfffa Background Color

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

This div background color is #fbfffa


#fbfffa Border Color

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

This div border color is #fbfffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfffa

Related Colors

#fbfffa Color Palettes


Comments

No comments written yet.

Please login to write comment.