Color Hex Logo

#f3dffb Color Hex

#F3DFFB
(243,223,251)
0 Favorites   0 Comments

Color spaces of #f3dffb

RGB 243223251
HSL0.790.780.93
HSV283°11°98°
CMYK 0.030.110.00   0.02
XYZ80.762478.7951102.2191
Yxy78.79510.30850.3010
Hunter Lab88.76667.0629-6.1387
CIE-Lab91.141511.7635-11.1069

#f3dffb color RGB value is (243,223,251).

#f3dffb hex color red value is 243, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f3dffb hue: 0.79 , saturation: 0.78 and the lightness value of f3dffb is 0.93.

The process color (four color CMYK) of #f3dffb color hex is 0.03, 0.11, 0.00, 0.02. Web safe color of #f3dffb is #ffccff. Color #f3dffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011111 11111011
Octal 363 337 373
Decimal 243 223 251
Hex F3 DF FB

RGB Percentages of Color #f3dffb

%33.89
%31.10
%35.01

CMYK Percentages of Color #f3dffb

%3
%11
%0
%2

Triadic Colors of #f3dffb

#f3dffb #fbf3df #dffbf3

Analogous Colors of #f3dffb

#f3dffb #fbdff5 #e5dffb

Monochromatic Colors of #f3dffb

#f3dffb

Complementary Color

#f3dffb #e7fbdf

#f3dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dffb Color CSS Codes

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

#f3dffb Text Font Color

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

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


#f3dffb Background Color

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

This div background color is #f3dffb


#f3dffb Border Color

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

This div border color is #f3dffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dffb


Comments

No comments written yet.

Please login to write comment.