Color Hex Logo

#f3cffb Color Hex

#F3CFFB
(243,207,251)
0 Favorites   0 Comments

Color spaces of #f3cffb

RGB 243207251
HSL0.800.850.90
HSV289°18°98°
CMYK 0.030.180.00   0.02
XYZ76.687670.6454100.8608
Yxy70.64540.30900.2846
Hunter Lab84.050815.7737-12.3123
CIE-Lab87.312420.1655-16.8375

#f3cffb color RGB value is (243,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001111 11111011
Octal 363 317 373
Decimal 243 207 251
Hex F3 CF FB

RGB Percentages of Color #f3cffb

%34.66
%29.53
%35.81

CMYK Percentages of Color #f3cffb

%3
%18
%0
%2

Triadic Colors of #f3cffb

#f3cffb #fbf3cf #cffbf3

Analogous Colors of #f3cffb

#f3cffb #fbcfed #ddcffb

Monochromatic Colors of #f3cffb

#f3cffb

Complementary Color

#f3cffb #d7fbcf

#f3cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cffb Color CSS Codes

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

#f3cffb Text Font Color

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

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


#f3cffb Background Color

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

This div background color is #f3cffb


#f3cffb Border Color

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

This div border color is #f3cffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3cffb

Related Colors


Comments

No comments written yet.

Please login to write comment.