Color Hex Logo

#fbd0fa Color Hex

#FBD0FA
(251,208,250)
0 Favorites   0 Comments

Color spaces of #fbd0fa

RGB 251208250
HSL0.840.840.90
HSV301°17°98°
CMYK 0.000.170.00   0.02
XYZ79.594972.5231100.2457
Yxy72.52310.31540.2874
Hunter Lab85.160517.8034-10.1802
CIE-Lab88.219822.0640-14.8760

#fbd0fa color RGB value is (251,208,250).

#fbd0fa hex color red value is 251, green value is 208 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbd0fa hue: 0.84 , saturation: 0.84 and the lightness value of fbd0fa is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 11111010
Octal 373 320 372
Decimal 251 208 250
Hex FB D0 FA

RGB Percentages of Color #fbd0fa

%35.40
%29.34
%35.26

CMYK Percentages of Color #fbd0fa

%0
%17
%0
%2

Triadic Colors of #fbd0fa

#fbd0fa #fafbd0 #d0fafb

Analogous Colors of #fbd0fa

#fbd0fa #fbd0e5 #e7d0fb

Monochromatic Colors of #fbd0fa

#fbd0fa

Complementary Color

#fbd0fa #d0fbd1

#fbd0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd0fa Color CSS Codes

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

#fbd0fa Text Font Color

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

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


#fbd0fa Background Color

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

This div background color is #fbd0fa


#fbd0fa Border Color

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

This div border color is #fbd0fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,208,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 #fbd0fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.