Html Css Color HEX #FCFCF6 Ivory

📋 copy color: '#FCFCF6'

red 252 ◦ green 252 ◦ blue 246

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

Shades of Ivory #FCFCF6

Tints of Ivory #FCFCF6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 33.6%

 BLUE value IS 246 (96.48% from 255) = 32.8%

R = 33.6%
G = 33.6%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCFCF6 (or 0xFCFCF6) is known color: Ivory. HEX triplet: FC, FC and F6. RGB value is (252,252,246). Sum of RGB (Red+Green+Blue) = 252+252+246=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 252 (98.83% from 255 or 33.6% from 750); Blue value is 246 (96.48% from 255 or 32.8% from 750); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF6 is #030309. Grayscale: #FBFBFB. Windows color (decimal): -197386 or 16186620. OLE color: 16186620.

HSL color Cylindrical-coordinate representation of color #FCFCF6: hue angle of 60º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCFCF6 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 246 -
CMYK 0 0 0.02 0.01
HSL 60º 0.5% 0.98% -
HSV(B) 60º 0.02% 0.99% -
XYZ 91.59 96.97 101.08 -
YUV 251.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 252 252 246 0 0 0.02 0.01 60 0.5 0.98
Hex FC FC F6 0 0 2 1 3C 32 62
Octal 374 374 366 0 0 2 1 74 62 142
Binary 11111100 11111100 11110110 0 0 10 1 111100 110010 1100010

Color Harmonies of #FCFCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCF6

Black with #FCFCF6

Text Example


Text Example

White with #FCFCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCF6; }

 p { color: rgb(252,252,246); }

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

background-color css

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

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

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

border-color css

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

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

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