Color Hex Logo

#fbffca Color Hex

#FBFFCA
(251,255,202)
0 Favorites   0 Comments

Color spaces of #fbffca

RGB 251255202
HSL0.181.000.90
HSV65°21°100°
CMYK 0.020.000.21   0.00
XYZ86.204396.293569.9202
Yxy96.29350.34150.3815
Hunter Lab98.1293-14.918026.4445
CIE-Lab98.5487-9.757824.9495

#fbffca color RGB value is (251,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 11001010
Octal 373 377 312
Decimal 251 255 202
Hex FB FF CA

RGB Percentages of Color #fbffca

%35.45
%36.02
%28.53

CMYK Percentages of Color #fbffca

%2
%0
%21
%0

Triadic Colors of #fbffca

#fbffca #cafbff #ffcafb

Analogous Colors of #fbffca

#fbffca #e1ffca #ffe9ca

Monochromatic Colors of #fbffca

#fbffca

Complementary Color

#fbffca #cecaff

#fbffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbffca Color CSS Codes

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

#fbffca Text Font Color

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

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


#fbffca Background Color

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

This div background color is #fbffca


#fbffca Border Color

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

This div border color is #fbffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbffca

Related Colors

#fbffca Color Palettes


Comments

No comments written yet.

Please login to write comment.