Color Hex Logo

#fff9ca Color Hex

#FFF9CA
(255,249,202)
0 Favorites   0 Comments

Color spaces of #fff9ca

RGB 255249202
HSL0.151.000.90
HSV53°21°100°
CMYK 0.000.020.21   0.00
XYZ85.776493.275669.3602
Yxy93.27560.34530.3755
Hunter Lab96.5793-10.479925.0253
CIE-Lab97.3393-5.347023.3262

#fff9ca color RGB value is (255,249,202).

#fff9ca hex color red value is 255, green value is 249 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fff9ca hue: 0.15 , saturation: 1.00 and the lightness value of fff9ca is 0.90.

The process color (four color CMYK) of #fff9ca color hex is 0.00, 0.02, 0.21, 0.00. Web safe color of #fff9ca is #ffffcc. Color #fff9ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 11001010
Octal 377 371 312
Decimal 255 249 202
Hex FF F9 CA

RGB Percentages of Color #fff9ca

%36.12
%35.27
%28.61

CMYK Percentages of Color #fff9ca

%0
%2
%21
%0

Triadic Colors of #fff9ca

#fff9ca #cafff9 #f9caff

Analogous Colors of #fff9ca

#fff9ca #ebffca #ffdfca

Monochromatic Colors of #fff9ca

#fff9ca

Complementary Color

#fff9ca #cad0ff

#fff9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff9ca Color CSS Codes

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

#fff9ca Text Font Color

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

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


#fff9ca Background Color

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

This div background color is #fff9ca


#fff9ca Border Color

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

This div border color is #fff9ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,249,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fff9ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fff9ca;
  -webkit-box-shadow: 1px 1px 3px 2px #fff9ca;
  box-shadow:         1px 1px 3px 2px #fff9ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,249,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff9ca

#fff9ca Color Palettes


Comments

No comments written yet.

Please login to write comment.