Color Hex Logo

#f0cbfd Color Hex

#F0CBFD
(240,203,253)
1 Favorites   0 Comments

Color spaces of #f0cbfd

RGB 240203253
HSL0.790.930.89
HSV284°20°99°
CMYK 0.050.200.00   0.01
XYZ75.020768.3290102.1633
Yxy68.32900.30560.2783
Hunter Lab82.661417.3433-15.4151
CIE-Lab86.170721.6895-19.6416

#f0cbfd color RGB value is (240,203,253).

#f0cbfd hex color red value is 240, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f0cbfd hue: 0.79 , saturation: 0.93 and the lightness value of f0cbfd is 0.89.

The process color (four color CMYK) of #f0cbfd color hex is 0.05, 0.20, 0.00, 0.01. Web safe color of #f0cbfd is #ffccff. Color #f0cbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001011 11111101
Octal 360 313 375
Decimal 240 203 253
Hex F0 CB FD

RGB Percentages of Color #f0cbfd

%34.48
%29.17
%36.35

CMYK Percentages of Color #f0cbfd

%5
%20
%0
%1

Triadic Colors of #f0cbfd

#f0cbfd #fdf0cb #cbfdf0

Analogous Colors of #f0cbfd

#f0cbfd #fdcbf1 #d7cbfd

Monochromatic Colors of #f0cbfd

#f0cbfd

Complementary Color

#f0cbfd #d8fdcb

#f0cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cbfd Color CSS Codes

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

#f0cbfd Text Font Color

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

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


#f0cbfd Background Color

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

This div background color is #f0cbfd


#f0cbfd Border Color

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

This div border color is #f0cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cbfd

Related Colors

#f0cbfd Color Palettes


Comments

No comments written yet.

Please login to write comment.