Color Hex Logo

#f3cefb Color Hex

#F3CEFB
(243,206,251)
0 Favorites   0 Comments

Color spaces of #f3cefb

RGB 243206251
HSL0.800.850.90
HSV289°18°98°
CMYK 0.030.180.00   0.02
XYZ76.446070.1623100.7803
Yxy70.16230.30900.2836
Hunter Lab83.762916.3224-12.7014
CIE-Lab87.076420.6936-17.1925

#f3cefb color RGB value is (243,206,251).

#f3cefb hex color red value is 243, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f3cefb hue: 0.80 , saturation: 0.85 and the lightness value of f3cefb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001110 11111011
Octal 363 316 373
Decimal 243 206 251
Hex F3 CE FB

RGB Percentages of Color #f3cefb

%34.71
%29.43
%35.86

CMYK Percentages of Color #f3cefb

%3
%18
%0
%2

Triadic Colors of #f3cefb

#f3cefb #fbf3ce #cefbf3

Analogous Colors of #f3cefb

#f3cefb #fbceed #ddcefb

Monochromatic Colors of #f3cefb

#f3cefb

Complementary Color

#f3cefb #d6fbce

#f3cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cefb Color CSS Codes

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

#f3cefb Text Font Color

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

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


#f3cefb Background Color

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

This div background color is #f3cefb


#f3cefb Border Color

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

This div border color is #f3cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3cefb


Comments

No comments written yet.

Please login to write comment.