Html Css Color HEX #FCFBF1 Ivory

📋 copy color: '#FCFBF1'

red 252 ◦ green 251 ◦ blue 241

#FCFBF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ivory #FCFBF1

Tints of Ivory #FCFBF1

RGB

 RED value IS 252 (98.83% from 255) = 33.87%

 GREEN value IS 251 (98.44% from 255) = 33.74%

 BLUE value IS 241 (94.53% from 255) = 32.39%

R = 33.87%
G = 33.74%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.04

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCFBF1 (or 0xFCFBF1) is known color: Ivory. HEX triplet: FC, FB and F1. RGB value is (252,251,241). Sum of RGB (Red+Green+Blue) = 252+251+241=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 251 (98.44% from 255 or 33.74% from 744); Blue value is 241 (94.53% from 255 or 32.39% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBF1 is #03040E. Grayscale: #FAFAFA. Windows color (decimal): -197647 or 15858684. OLE color: 15858684.

HSL color Cylindrical-coordinate representation of color #FCFBF1: hue angle of 54.55º degrees, saturation: 0.65, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCFBF1 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 241 -
CMYK 0 0.00 0.04 0.01
HSL 54.55º 0.65% 0.97% -
HSV(B) 54.55º 0.04% 0.99% -
XYZ 90.52 96.04 96.99 -
YUV 250.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 252 251 241 0 0.00 0.04 0.01 54.55 0.65 0.97
Hex FC FB F1 0 0 4 1 37 41 61
Octal 374 373 361 0 0 4 1 67 101 141
Binary 11111100 11111011 11110001 0 0 100 1 110111 1000001 1100001

Color Harmonies of #FCFBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBF1

Black with #FCFBF1

Text Example


Text Example

White with #FCFBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBF1; }

 p { color: rgb(252,251,241); }

 H1.HeaderClassName
 {
   color: #FCFBF1;
 }
 .AnyTagClassName
 {
   color: #FCFBF1;
 }
</style>

background-color css

<style>
 a { background-color: #FCFBF1; }

 a { background-color: rgb(252,251,241); }

 div.DivClassName
 {
   background-color: #FCFBF1;
 }
 .BgClassName
 {
   background-color: #FCFBF1;
 }
</style>

border-color css

<style>
 span { border-color: #FCFBF1; }

 span { border-color: rgb(252,251,241); }

 td.TdClassName
 {
   border-color: #FCFBF1;
 }
 .TagClassName
 {
   border-color: #FCFBF1;
 }
</style>