Color Hex Logo

#fbcbf6 Color Hex

#FBCBF6
(251,203,246)
0 Favorites   0 Comments

Color spaces of #fbcbf6

RGB 251203246
HSL0.850.860.89
HSV306°19°98°
CMYK 0.000.190.02   0.02
XYZ77.774169.874996.5768
Yxy69.87490.31850.2861
Hunter Lab83.591219.7936-9.9866
CIE-Lab86.935523.9783-14.6871

#fbcbf6 color RGB value is (251,203,246).

#fbcbf6 hex color red value is 251, green value is 203 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fbcbf6 hue: 0.85 , saturation: 0.86 and the lightness value of fbcbf6 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 11110110
Octal 373 313 366
Decimal 251 203 246
Hex FB CB F6

RGB Percentages of Color #fbcbf6

%35.86
%29.00
%35.14

CMYK Percentages of Color #fbcbf6

%0
%19
%2
%2

Triadic Colors of #fbcbf6

#fbcbf6 #f6fbcb #cbf6fb

Analogous Colors of #fbcbf6

#fbcbf6 #fbcbde #e8cbfb

Monochromatic Colors of #fbcbf6

#fbcbf6

Complementary Color

#fbcbf6 #cbfbd0

#fbcbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbf6 Color CSS Codes

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

#fbcbf6 Text Font Color

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

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


#fbcbf6 Background Color

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

This div background color is #fbcbf6


#fbcbf6 Border Color

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

This div border color is #fbcbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbf6

Related Colors


Comments

No comments written yet.

Please login to write comment.