Color Hex Logo

#faccfb Color Hex

#FACCFB
(250,204,251)
0 Favorites   0 Comments

Color spaces of #faccfb

RGB 250204251
HSL0.830.850.89
HSV299°19°98°
CMYK 0.000.190.00   0.02
XYZ78.429870.4748100.7361
Yxy70.47480.31420.2823
Hunter Lab83.949319.8528-12.3814
CIE-Lab87.229224.0228-16.9006

#faccfb color RGB value is (250,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11111011
Octal 372 314 373
Decimal 250 204 251
Hex FA CC FB

RGB Percentages of Color #faccfb

%35.46
%28.94
%35.60

CMYK Percentages of Color #faccfb

%0
%19
%0
%2

Triadic Colors of #faccfb

#faccfb #fbfacc #ccfbfa

Analogous Colors of #faccfb

#faccfb #fbcce5 #e3ccfb

Monochromatic Colors of #faccfb

#faccfb

Complementary Color

#faccfb #cdfbcc

#faccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccfb Color CSS Codes

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

#faccfb Text Font Color

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

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


#faccfb Background Color

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

This div background color is #faccfb


#faccfb Border Color

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

This div border color is #faccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.